1.4.2 Supporting standard and existing functionality
The following table describes the items that are changed to support the standard and existing functionality.
|
Item |
Overview of changes |
Reference manual |
Reference location |
|---|---|---|---|
|
Servlet 3.0 and 3.1 support |
Asynchronous servlets in Servlet 3.0 and the asynchronous I/O API in Servlet 3.1 are now supported. |
Web Container Functionality Guide |
7.1 |
|
EL 3.0 support |
EL 3.0 is now supported. |
Web Container Functionality Guide |
2.3.3 |
|
JSF 2.2 support |
JSF 2.2 is now supported. |
Web Container Functionality Guide |
Chapter 3 |
|
JAX-RS 2.0 support |
JAX-RS 2.0 is now supported. |
Web Container Functionality Guide |
Chapter 4 |
|
WebSocket 1.0 support |
WebSocket 1.0 is now supported. |
Web Container Functionality Guide |
Chapter 5 |
|
Addition of the NIO HTTP server functionality |
The NIO HTTP server functionality was added as an in-process HTTP server that supports asynchronous servlets and non-blocking I/O processing such as WebSocket, instead of the conventional redirector and in-process HTTP server functionality. |
Web Container Functionality Guide |
Chapter 6 |
|
JPA 2.1 support |
JPA 2.1 is now supported so that a JPA provider supporting JPA 2.1 can be used. |
Common Container Functionality Guide |
Chapter 5 |
|
CDI 1.2 support |
CDI 1.2 is now supported. |
Common Container Functionality Guide |
Chapter 8 |
|
BV 1.1 support |
Bean Validation 1.1 is now supported. |
Common Container Functionality Guide |
Chapter 9 |
|
Java Batch 1.0 support |
Batch Applications for the Java Platform (Java Batch) 1.0 is now supported. |
Common Container Functionality Guide |
Chapter 10 |
|
JSON-P 1.0 support |
Java API for JSON Processing (JSON-P) 1.0 is now supported. |
Common Container Functionality Guide |
Chapter 11 |
|
Concurrency Utilities 1.0 support |
Concurrency Utilities for Java EE 1.0 is now supported. |
Common Container Functionality Guide |
Chapter 12 |
|
WebSocket communication support |
A function that relays WebSocket communication from an HTTP server to a J2EE server was added. |
HTTP Server User Guide |
4.15 |