Java Architecture for XML Binding
|
Java Architecture for XML Binding (JAXB) allows Java developers to edit and create XML using familiar Java objects. JAXB is particularly useful when the specification is complex and changing. In such a case, regularly changing the XML Schema definitions to keep them synchronised with the Java defintions can be time consuming and error prone.
JAXB is one of the components provided in the Java Web Services Development Pack (JWSDP).
Related
- JaxMe - Open Source Implementation of JAXB under the Apache Organisation
External links
- JAXB Home page (http://java.sun.com/xml/jaxb/index.jsp)Template:Compu-stub