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

Mapping HTTP methods to JAX-RS methods

Header Image

  1. HTTP methods and their JAX-RS equivalents
    • This article covers the JAX-RS annotations @GET, @POST, @PUT, and @DELETE, explaining how they map HTTP methods to Java methods and how to use them in creating RESTful web services.
  2. Mapping HTTP methods to JAX-RS methods
    • This article covers how to map HTTP methods to JAX-RS methods using annotations in a resource class.

Table of contents