Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Creating a JAX-RS resource class

Header Image

  1. Defining resource classes and methods
    • This article covers the definition and explanation of resource classes and methods in JAX-RS, the mapping of HTTP methods to Java methods, and how to create a JAX-RS resource class.
  2. Creating a resource class
    • This article covers the process of creating a resource class in JAX-RS, including the use of the @Path annotation to map the URI path to the resource class and methods.

Table of contents