 |
Changes | Index | Search | Go | WebNotify
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
|