Reputation: 577
Where can I find good introduction of Java and XML binding stuff? please post only the resources you know and thought would help a begineer
Upvotes: 1
Views: 208
Reputation: 149047
Note: I'm the EclipseLink JAXB (MOXy) lead and a member of the JAXB 2 (JSR-222) expert group.
The EclipseLink Wiki contains many JAXB (JSR-222) examples. The following one is aimed at beginners:
I also have a very active Java XML & JSON Binding blog that covers many JAXB concepts. Some posts you may find helpful as a beginner include:
If you mean XML binding in terms of JAX-WS (SOAP) or JAX-RS (RESTful) Web Services, you may find the following links useful:
Upvotes: 1
Reputation: 6820
Please have a look at this tutorial for a general xml overview in java in this in particular to getting started with JAXB.
Upvotes: 1
Reputation: 1517
JAXB is a good place to venture if you are into it. The Java EE tutorial is sufficient for most intro. stuffs.
Upvotes: 1