x
Menu

Developing RESTful APIs with JAX-RS

Other, , Prof. koushk

Updated On 02 Feb, 19

Overview

Introduction - REST and HTTP - Resource URIs - Collection URIs - HTTP Methods - Method Idempotence - REST Response - HATEOAS - The Richardson Maturity Model - What Is JAX RS? - Setting Up - Understanding the Application Structure - Creating a Resource - Returning XML Response - Installing a REST API client - Building Service Stubs - Accessing Path params - Returning JSON Response - Implementing POST Method - Implementing Update and Delete - Implementing ProfileResource - Pagination and Filtering - The Param Annotations - Using Context and BeanParam annotations - Implementing Subresources - Sending Status Codes and Location Headers - Handling Exceptions - Using WebApplicationException - HATEOAS - Content Negotiation

Includes