Hitachi

uCosminexus Application Server Compatibility Guide


1.3.2 Supporting the standard and existing functionality

The following table describes the changes to support the standard and existing functionality.

Table 1‒3: Changes made for supporting the standard and existing functionality

Item

Overview of changes

Reference manual

Reference location

Supporting the Servlet 3.0 and 3.1

Servlet 3.0 asynchronous servlets and Servlet 3.1 asynchronous I/O APIs are now supported.

Web Container Functionality Guide

7.1

Supporting EL 3.0

EL 3.0 is now supported.

Web Container Functionality Guide

2.3.3

Supporting JSF 2.2

JSF 2.2 is now supported.

Web Container Functionality Guide

Chapter 3

Supporting JAX-RS 2.0

JAX-RS 2.0 is now supported.

Web Container Functionality Guide

Chapter 4

Supporting WebSocket 1.0

WebSocket 1.0 is now supported.

Web Container Functionality Guide

Chapter 5

Adding the NIO HTTP server functionality

Instead of the conventional redirector functionality and in-process HTTP server functionality, the NIO HTTP server functionality was added as an in-process HTTP server that supports non-blocking I/O processing, such as asynchronous servlet and WebSocket.

Web Container Functionality Guide

Chapter 6

Supporting JPA 2.1

JPA 2.1 is now supported, and a JPA provider supporting JPA 2.1 can be used.

Common Container Functionality Guide

Chapter 5

Supporting CDI 1.2

CDI 1.2 is now supported.

Common Container Functionality Guide

Chapter 8

Supporting BV 1.1

Bean Validation 1.1 is now supported.

Common Container Functionality Guide

Chapter 9

Supporting Java Batch 1.0

Batch Applications for the Java Platform (Java Batch) 1.0 is now supported.

Common Container Functionality Guide

Chapter 10

Supporting JSON-P 1.0

Java API for JSON Processing (JSON-P) 1.0 is now supported.

Common Container Functionality Guide

Chapter 11

Supporting Concurrency Utilities 1.0

Concurrency Utilities for Java EE 1.0 is now supported.

Common Container Functionality Guide

Chapter 12

Supporting WebSocket communication

The functionality to relay WebSocket communication from the HTTP Server to J2EE servers was added.

HTTP Server User Guide

4.15