18-Mar-04 (Created: 18-Mar-04) | More in 'CS-xml'

Java Architecture for XML Binding (JAXB) by Bhakti Mehta from Sun

http://java.sun.com/developer/technicalArticles/WebServices/jaxb/index.html

Being from sun I am hoping to derive the following

. What do they say about the overall architecture?
. Where is it heading?

Table of contents

What's JAXB? 
An Example: Accessing an XML Document 
  Bind the Schema 
  Unmarshal the Document 
Another Example: Building an XML Document 
  Bind the Schema 
  Create the Content Tree 
  Marshal the Content Tree 
A Final Example: Updating an XML Document 
Binding Can Be Customized 
Distinct Advantages 
Run the Examples