The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for satyak during March 2004

The following sample code is extracted from "Architecture for XML Binding (JAXB) by Ed Ort and Bhakti Mehta, March 2003" to show you a taste of how jaxb coding look like with some of my own comments pepperred in. Generating classes xjc.sh -p test.jaxb books.xsd -d work From books.xsd generate required interfaces and implementations in a package called "test.jaxb" and place it in a directory...