JAXB
Sign in to saveAlso known as Java Architecture for XML Binding
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
- 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 · 中文
JAXB(Java Architecture for XML Binding简称JAXB)允许Java开发人员将Java类映射为XML表示方式。JAXB提供两种主要特性:将一个Java对象序列化为XML,以及反向操作,将XML解析成Java对象。换句话说,JAXB允许以XML格式存储和读取数据,而不需要程序的类结构实现特定的读取XML和保存XML的代码。 当规格复杂且经常变化时JAXB特别有用。在这种情况下,经常修改定义以与Java定义保持一致很花费时间并且容易产生错误。 JAXB是Java EE平台的API之一,同时是的一部分。JAXB也是的基础之一. JAXB是J2SE1.6的一部分。 JAXB 1.0是在Java社群过程中作为JSR 31开发出来的。JAXB 2.0是作为JSR 222开发的。这两个版本的参考实现可以从java.net下载。
Abstract from DBpedia / Wikipedia · CC BY-SA