Define the resources in JAX-RS Web applications.
About this task
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 your application,
you can make the service more useful and easier to develop.
Supporting information (generally applicable)