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, ∼2569🔥, 0💬
Popular Posts:
Apache BCEL Source Code Files are inside the Apache BCEL source package file like bcel-6.6.1-src.zip...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...
Java-WebSocket Source Code Files are provided in the source package file, java-websocket-1.5.4-src .z...
commons-io-2.6-sources.j aris the source JAR file for Apache Commons IO 2.6, which is a library of u...
How to perform XML Schema validation with sax\Writer.java provided in the Apache Xerces package? You...