Skip to content
EntityQ518797· pop 11· linked from 58 articles

Java Architecture for XML Binding

Sign in to save

Also known as JAXB

software framework that allows J2EE developers to map Java classes to XML representations

Source code

Jakarta XML Binding gives Java developers an efficient and standard way of mapping between XML and Java code. Java developers using Jakarta XML Binding are more productive because they can write less code themselves and do not have to be experts in XML. Jakarta XML Binding makes it easier for developers to extend their applications with XML and Web Services technologies. jaxb-ri/external RNGOM and relaxng-datatype under jaxb-ri/external are tools for working with RelaxNG. Both can be released separately to break circular dependency between several jaxb-ri sub-projects including jaxb-ri/xsom above.

Excerpt from the source-code README · 3,127 chars · not written by Vinony

Wikidata facts

Show 2 more facts
software version identifier
4.0.7
source code repository URL
github.com/eclipse-ee4j/jaxb-ri
Sources (3)

via Wikidata · CC0

Article · Français

Java Architecture for XML Binding (JAXB) est l'API Java d'Oracle (anciennement Sun Microsystems) permettant de créer des classes Java à partir de schémas (.XSD) et inversement. Elle facilite l'utilisation du XML en Java en compilant un schéma XML dans une ou plusieurs classes.

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories