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

Creating a RESTful web service using JAX-RS

Header Image

  1. Creating a RESTful web service
    • This article covers the implementation of a RESTful web service using JAX-RS, including the use of annotations such as @Path, @GET, @POST, @PUT, and @DELETE, and best practices for creating high-quality web services.
  2. Configuring JAX-RS applications
    • This article covers the configuration of JAX-RS applications, focusing on two methods - configuration using the web.xml file and programmatic configuration using the Application class.

Table of contents