What's New in This Guide

The following topics introduce the new and changed features of RESTful web services and provides pointers to additional information. This document was released initially in Oracle Fusion Middleware 12c Release 1 (12.1.1).

New and Changed Features for Release 12c (12.2.1)

Oracle Fusion Middleware Release 12c (12.2.1) includes the following new and changed features for this document.

  • Provides support for Jersey 2.x (JAX-RS 2.0 RI) by default in this release. Registration as a shared library with WebLogic Server is no longer required.

  • Provides enhanced monitoring of RESTful web services in the WebLogic Administration Console, including enhanced runtime statistics for your RESTful applications and resources, detailed deployment and configuration data, global execution statistics, and resource and resource method execution statistics. For more information, see Chapter 7, "Monitoring RESTful Web Services and Clients."

  • Includes the ability to disable RESTful web services monitoring at the individual application level, or globally at the domain level. For more information, see "Disabling RESTful Web Service Application Monitoring."

  • Reflects support for the Jersey 2.21.1 JAX-RS 2.0 RI.

  • Supports securing Jersey 2.x (JAX-RS 2.0 RI) web services using Oracle Web Services Manager (OWSM) security policies. For more information, see "Securing RESTful Web Services and Clients Using OWSM Policies".

  • Adds support for Java EE 7.

  • The Jersey 1.x client API is deprecated. It is recommended that you update your RESTful client applications to use the JAX-RS 2.0 client APIs at your earliest convenience.

  • Removes support for the Jersey 1.x (JAX-RS 1.1. RI) server APIs. You should use the corresponding standard JAX-RS 2.0 or Jersey 2.x APIs instead.

    Note:

    Support for the Jersey 1.18 (JAX-RS 1.1RI) client APIs are deprecated in this release of WebLogic Server but are maintained for backward compatibility. For more information, see "Develop RESTful Web Service Clients Using Jersey 1.18 (JAX-RS 1.1 RI)."

    It is recommended that you update your RESTful client applications to use the JAX-RS 2.0 client APIs at your earliest convenience.

New and Changed Features for Release 12c (12.1.3)

Oracle Fusion Middleware Release 12c (12.1.3) includes the following new and changed features for this document.

  • Reflects support of the Jersey 2.5.1 Java API for RESTful Web Services (JAX-RS) 2.0 Reference Implementation (RI) as a pre-built shared library.

  • Reflects support for the Jersey 1.18 JAX-RS 1.1. RI.

New and Changed Features for Release 12c (12.1.2)

Oracle Fusion Middleware 12c (12.1.2) includes the following new and changed features for this document.