In this tip, you’ll learn how to to use the Java Architecture for XML Binding (JAXB) in Java SE 6 to exchange XML data between systems without having to delve into the specifics of XML processing.
In an earlier blog entry, I wrote about using Trang to generate XML Schema from an XML source document. In this blog entry, I will look at using Apache XMLBeans‘s tool called inst2xsd to also generate ...