Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
Collections:
Other Resources:
What Is Reference Implementation of JAXB
What is Reference Implementation of JAXB (Java Architecture for XML Binding)?
✍: FYIcenter.com
Java Architecture for XML Binding (JAXB) is a Java API that allows
Java developers to map Java classes to XML representations.
The Reference Implementation of JAXB API is the implementation developed by Oracle Corporation and Sun Microsystems to demonstrate how the JAXB API specification should be implemented.
Between Java SE 6 and 10, Oracle selected and included some releases of the Reference Implementation into the Java SE package to become the Java SE default implementation of JAXB API.
Here is a list of releases of the Reference Implementation of JAXB API.
Reference Implemenation Included in Java SE ----------------------- ------------------- Not included Java SE 11 JAXB ?.?.? Java SE 10 JAXB ?.?.? Java SE 9 JAXB 2.2.12 (Oct, 2014) JAXB 2.2.8 (Mar, 2013) Java SE 8 JAXB 2.2.7 (May, 2012) JAXB 2.2.6 (Dec, 2011) JAXB 2.2.3 (Jun, 2011) Java SE 7 JAXB 2.2 (Jan, 2010) JAXB 2.1 (Oct, 2007) JAXB 2.0 (Dec, 2006) Java SE 6 Not included Java SE 5
For more information on the latest Reference Implementations of JAXB API, see JAXB Reference Implementation github.io Website .
For more information on the old Reference Implementations of JAXB API, see JAXB Reference Implementation java.net Website.
⇒ Download JAXB Reference Implementation
⇐ Reference Implementation of JAXB (Java Architecture for XML Binding)
⇑ Reference Implementation of JAXB (Java Architecture for XML Binding)
2018-05-19, ∼1695🔥, 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 mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...
JDK 17 jdk.localedata.jmod is the JMOD file for JDK 17 Localedata module. JDK 17 Locale Data module ...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...
JDK 11 jdk.internal.vm.compiler .jmodis the JMOD file for JDK 11 Internal VM Compiler module. JDK 11...