Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
What Is JAXB - Java Architecture for XML Binding
What is JAXB - Java Architecture for XML Binding?
✍: FYIcenter
Java Architecture for XML Binding (JAXB) is a Java API that allows
Java developers to map Java classes to XML representations. JAXB provides two
main features: the ability to marshal Java objects into XML and the inverse,
i.e. to unmarshal XML back into Java objects. In other words, JAXB allows
storing and retrieving data in memory in any XML format, without the need to
implement a specific set of XML loading and saving routines for the program's
class structure.
JAXB API is designed to support three primary operations:
JAXB API specifications are developed under the JCP (Java Community Process) as JSR (Java Specification Requests) 31 for JAXB 1.0, and JSR 222 for JAXB 2.0.
For more information on JAXB API specifications, see JSR 222: Java Architecture for XML Binding (JAXB) 2.0.
⇒ JAXB 2 Architectural Components
⇐ JAXB (Java Architecture for XML Binding) API Specification
⇑ JAXB (Java Architecture for XML Binding) API Specification
2010-01-04, 7962🔥, 0💬
Popular Posts:
What Is poi-scratchpad-3.5.jar? poi-scratchpad-3.5.jar is one of the JAR files for Apache POI 3.5, w...
What Is wstx-asl-3.2.8.jar? wstx-asl-3.2.8.jar is JAR file for the ASL component of Woodstox 3.2.8. ...
What Is jtds-1.2.2.jar? jtds-1.2.2.jar is the JAR files of jTDS Java library 1.2.2, which is a JDBC ...
JasperReports, the world's most popular open source business intelligence and reporting engine and J...
What Is poi-ooxml-5.2.3.jar? poi-ooxml-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which...