Create Java Classes from XML-Schema
JAXB (Java Architecture for XML Binding) is a framework to marshal Java objects to XML and vice-versa. It is part of the JDK and comes with a command-line compiler (xjc) that creates Java classes from an existing XML-Schema. Location The xjc it located at the /bin folder of the JDK: ../jdk1.6.0_18/bin/xjc.exe Usage xjc -d [target … [Read more…]