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, ∼2520🔥, 0💬
Popular Posts:
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...
How to download and install Apache ZooKeeper Source Package? Apache ZooKeeper is an open-source serv...
JDK 17 jdk.xml.dom.jmod is the JMOD file for JDK 17 XML DOM module. JDK 17 XML DOM module compiled c...
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. Both...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...