RESTful Web services target resources that are used explicitly by a Web service client using a subset of HTTP operators. The Web service requests are routed through a single Jersey servlet, through which all endpoint services are registered. The servlet routes incoming calls to the appropriate endpoint, depending on the composition of the request and the configuration of the endpoint class or method.

Some key capabilities of the JAX-RS framework are:

For detailed information on creating your own resources and endpoints, refer to the Writing Resources and Endpoints section.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices