WAS v8.5 > End-to-end paths > Web services - RESTful services > Use Java contexts and dependency injection with JAX-RS

Define the resources in JAX-RS web applications.

Configure the development environment.

Step 2 towards the goal: Use Java contexts and dependency injection with JAX-RS

Resources are the basic building block of a RESTful service. Resources can contain static or dynamically updated data. Examples of resources from an online book store application include a book, an order from a store, and a collection of users. By identifying the resources in the application, we can make the service more useful and easier to develop.


Subtopics

Configure the JAX-RS application.


Subtopics


Related


Define the resources in RESTful applications
Define the URI patterns for resources in RESTful applications
Define resource methods for RESTful applications
Define the HTTP headers and response codes for RESTful applications
Define media types for resources in RESTful applications
Define parameters for request representations to resources in RESTful applications
Define exception mappers for resource exceptions and errors


+

Search Tips   |   Advanced Search