Java Architecture for XML Binding (JAXB)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Java-XML mapping made easy with JAXB 2.0 by John Ferguson Smart   - [Clicks: 64]
    Do you need a way to manipulate XML documents within Java simply by using ordinary Java classes, and without the headaches of the Document Object Model and the Simple API for XML Processing? JAXB 2.0 could be the answer. The Java Architecture for XML Binding provides a simple and convenient way to map XML schemas to Java classes, so developers can process XML data within their Java applications, without an in-depth knowledge of XML.
    http://www.javaworld.com/javaworld/jw-06-2006/jw-0626-jaxb.html - Jun, 2006

[Top]