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 Java SE (JDK) Implementation of JAXB
What is Java SE (JDK) 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.
Java SE (JDK) Implementation of JAXB is the implementation of JAXB API in the Java SE (JDK) distribution packages.
Oracle has been providing the implementation of JAXB API in their Java SE (JDK) package since Java SE 6.
See the following table for a list of JAXB API releases and Java SE (JDK) implementations:
JAXB release and date Oracle Implementation --------------------- --------------------- Removed Java SE 11 ? Java SE 10 ? Java SE 9 2.2.8 (Mar, 2013) Java SE 8 2.2.7 (May, 2012) 2.2.6 (Dec, 2011) 2.2.3 (Jun, 2011) Java SE 7 2.2 (Jan, 2010) 2.1 (Oct, 2007) 2.0 (Dec, 2006) Java SE 6 1.0 (Jul, 2006)
For more information, see Java Architecture for XML Binding (JAXB).
⇒ Download Java SE 8 for JAXB 2.2.8 Testing
⇐ Java SE Implementation of JAXB (Java Architecture for XML Binding)
⇑ Java SE Implementation of JAXB (Java Architecture for XML Binding)
2018-01-08, ∼2411🔥, 0💬
Popular Posts:
Java Servlet 3.0 Specification API. JAR File Size and Download Location: File name: servlet-api.jar,...
JDK 11 jdk.aot.jmod is the JMOD file for JDK 11 Ahead-of-Time (AOT) Compiler module. JDK 11 AOT Comp...
How to download and install JDK (Java Development Kit) 5? If you want to write Java applications, yo...
JDK 11 jdk.internal.opt.jmod is the JMOD file for JDK 11 Internal Opt module. JDK 11 Internal Opt mo...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...