Java 6
This release primarily added new APIs. For example a full web services stack
including several XML processing APIs. A step that was reverted 12 years
later, when these APIs were
removed again.
New Features
API
-
XML Digital Signatures (javax.xml.crypto.dsig) (JSR 105)
-
Streaming API for XML 1.0 (javax.xml.stream) (JSR 173)
-
Web Services Metadata (javax.jws) (JSR 181)
-
Java API for XML Processing 1.3 (javax.xml.*) (JSR 206)
-
JAXB 2.0 (javax.xml.bind) (JSR 222)
-
Scripting for the Java Platform (javax.script) (JSR 223)
-
XML-Based Web Services 2.0 (javax.xml.ws) (JSR 224)
-
Common Annotations (javax.annotations) (JSR 250)
-
Smart Card I/O (javax.smartcardio) (JSR 268)
-
Pluggable Annotation Processing (javax.lang.model) (JSR 269)
-
Java Activation Framework (javax.annotation) (JDK-6254474)
Tools
-
javac supports java.lang.SuppressWarnings annotation (JDK-4986256)
Downloads