Java Architecture for XML Binding
From Free net encyclopedia
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 definitions can be time consuming and error prone.
JAXB is one of the components provided in the Java Web Services Development Pack (JWSDP). JAXB 1.0 was developed under the Java Community Process as JSR 31. As of 2006, JAXB 2.0 is being developed under JSR 222.
[edit]
See also
- XML data binding
- JaxMe – Open source implementation of JAXB under the Apache Software Foundation
- XMLBeans – JAXB implementation from BEA Systems
[edit]
External links
- JAXB home page
- JAXB Reference Implementation home page
- JSR 222 (JAXB 2.0)
- JSR 31 (JAXB 1.0)