Developing RESTful Web services that seamlessly support exposing your data in avariety of representation media types and abstract away the low-level detailsof the client-server communication is not an easy task without a good toolkit.In order to simplify development of RESTful Web services and their clients in Java,a standard and portableJAX-RS API has been designed.
Jersey RESTful Web Services 2.x framework is open source, production quality,framework for developing RESTful Web Services in Java that provides support forJAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339 & JSR 370) Reference Implementation.
Jersey RESTful Web Services 3.x framework is open source, production quality,framework for developing RESTful Web Services in Java that provides support forJakarta RESTful Web Services 3.0.
Jersey framework is more than the JAX-RS Reference Implementation. Jersey providesit’s ownAPI that extend the JAX-RS toolkit with additional featuresand utilities to further simplify RESTful service and client development. Jerseyalso exposes numerous extension SPIs so that developers may extend Jersey to bestsuit their needs.
Goals of Jersey project can be summarized in the following points:
Get StartedLearn how to use Jersey in your projects. | DocumentationJersey 4.0.xJersey 3.1.xJersey 3.0.xJersey 2.xJersey 1.x | DownloadJersey is distributed mainly via Maven and it offers some extra modules.Check theHow to Download page or see our list ofdependencies for details. |
Related ProjectsList of projects related to Jersey. | ContributeLearn how you can contribute to the project by:
| Developer BlogsFind out what our developersblog about. |
Links-Jersey project page-TCK Results -JSR-370 page on JCP site -Stack Overflow |
| Choosing Connector in Jersey | Oct 2, 2023 | Jan Supol |
| Jersey 3.1.1 released – focused on performance | Feb 3, 2023 | Jan Supol |
| Jersey 3.1.0 is finally released | Nov 15, 2022 | Jan Supol |
| Jersey 2.37, 3.0.8, and 3.1.0-M8 | Sep 8, 2022 | Jan Supol |
| Jersey 3.1.0 – Incompatibilities and changes | Jul 22, 2022 | Jan Supol |
| Jersey 3.1.0-M3 has been released! | Jun 9, 2022 | Jan Supol |
| Jersey 2.35, and Jersey 3.0.3 | Oct 21, 2021 | Jan Supol |