November 2017
Intermediate to advanced
420 pages
10h 29m
English
Sometimes, you may want to modify the existing JAX-RS resources during deployment to meet the specific business conditions set by customers. For instance, consider a scenario where you want to add additional APIs to return the JSON schema, which describes the content structure for all the REST resources that your application exposes. Furthermore, there may be scenarios where you may want to change the entire resource method implementation itself to meet the requirements of some of the customers. In this section, you will learn how to address such use case requirements with the Jersey framework.
The Jersey framework allows you to modify or enhance the JAX-RS resources during ...