+

Search Tips   |   Advanced Search

Define resources in JAX-RS web applications.

Configure the development environment.

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.


What to do next

Configure the JAX-RS application.


Subtopics

Parent

Use JSON content in JAX-RS application requests and responses