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
- Official website
- projects.eclipse.org/projects/ee4j.jaxb-impl
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 · Deutsch
Jakarta XML Binding (JAXB; früher Java Architecture for XML Binding) ist eine Programmschnittstelle in Java, die es ermöglicht, Daten aus einer XML-Schema-Instanz heraus automatisch an Java-Klassen zu binden, und diese Java-Klassen aus einem XML-Schema heraus zu generieren. Diesen Vorgang nennt man XML-Datenbindung. Somit ist ein Arbeiten mit XML-Dokumenten möglich, ohne dass der Entwickler direkt Schnittstellen zur Verarbeitung von XML wie SAX oder DOM verwenden muss. JAXB 2.0 ist Teil der Java Platform, Enterprise Edition 5.0 und der Standard Edition 6.0. Es ist ein Teil der Web Services Interoperability Technology (WSIT). JAXB 1.0 wurde vom Java Community Process als JSR 31 entwickelt, JAXB 2.0 als JSR 222. Die Referenzimplementierung von JAXB ist Teil des -Projektes der GlassFish Community. Seit Version 9 ist JAXB nicht mehr Bestandteil der JRE und des JDK.
Abstract from DBpedia / Wikipedia · CC BY-SA