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.

See also

External links

de:JAXB

fr:JAXB