XML - Java Mapping Tools
Best practices for creating java classes from xml schema (.xsd)
1. Apache XMLBeans
2. (Java Architecture for XML Binding)JAXB/JaxMe
XML files to a Javabean
There are many tools out there which can be used to get the work done.
1. Jakarta Commons Digester.
2. Castor
3. XStream
While convert XML to Java objects when do you prefer Digestor over JAXB?
You can learn all about it here
1. Apache XMLBeans
2. (Java Architecture for XML Binding)JAXB/JaxMe
XML files to a Javabean
There are many tools out there which can be used to get the work done.
1. Jakarta Commons Digester.
2. Castor
3. XStream
While convert XML to Java objects when do you prefer Digestor over JAXB?
You can learn all about it here
0 Comments:
Post a Comment
<< Home