The Source for Java Technology Collaboration


Changes | Index | Search | Go | WebNotify

JaxbTechnology

JAXB in a nutshell

The JAXB framework generates Java types from XML types defined in some schema language (XML Schema in most cases). The generated Java types can read and write XML documents that follow the schema, but the documents can now be manipulated through the JavaBeans APIs.

Starting Points

This is the entry point to the JAXB pages in this Wiki. Content in these pages is generated by the whole community; the jaxb home page changes less frequently but may (or not) be more structured. The JAXB community has also covered many topics in the JAXB mailing list; this list used to be hosted at java.sun.com but it has been moved recently to Java.Net.

Main entry points:

-- EduardoPelegri - 21 Apr 2004

Topic JaxbTechnology . { Edit | Ref-By | Printable | Diffs r3 < r2 < r1 | More }
 XML java.net RSS

Revision r3 - 21 Apr 2004 - 23:41:49 - Main.pelegri
Parents: WebHome