Understanding the Jersey server-side configuration properties

Each application is different and must be tuned separately. Things that work for one application do not necessarily work for another. Keeping this point in mind, Jersey offers various server-side configuration properties to optimize the runtime performance of RESTful web services. The following table lists some of the core properties that you may find useful while tuning RESTful web APIs.

Tip

To view the complete list of configuration properties offered by Jersey, visit the following Appendix page in Jersey User Guide: https://jersey.java.net/documentation/latest/appendix-properties.html

Here are a few major configuration properties with a detailed explanation for each:

Configuration ...

Get RESTful Java Web Services - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.