Community

Generating an XML Document with JAXB

(Deepak Vohra) An XML Schema represents the structure of an XML document in XML syntax. J2EE developers may require an XML document to conform to an XML Schema. The Java Architecture for XML Binding (JAXB) provides a binding compiler, xjc, to generate Java classes from an XML Schema. The Java cl

Read More - Register for Free Membership