commit | 2c5db568998ca83b0d8549d3bc07e01a30517ccc | [log] [tgz] |
---|---|---|
author | Maxim Nesen <maxim.nesen@oracle.com> | Wed Jan 08 14:30:34 2025 +0100 |
committer | Maxim Nesen <maxim.nesen@oracle.com> | Wed Jan 08 14:30:34 2025 +0100 |
tree | 449b8d20a4847010129acf2e7aecb72b0064b8c6 | |
parent | cc3f513926d235e754eacc00bf795c9a85a15081 [diff] |
Latest 3.1.x version updated Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
Developing RESTful Web services that seamlessly support exposing your data in a variety of representation media types and abstract away the low-level details of 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 portable [JAX-RS API][jax-rs] 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 for JAX-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 for Jakarta RESTful Web Services 3.0.
Jersey framework is more than the JAX-RS Reference Implementation. Jersey provides it's own [API][jersey-api] that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development. Jersey also exposes numerous extension SPIs so that developers may extend Jersey to best suit their needs.
Goals of Jersey project can be summarized in the following points:
Learn how to use Jersey in your projects.
Jersey is distributed mainly via Maven and it offers some extra modules. Check the How to Download page or see our list of dependencies for details.
List of projects related to Jersey.
Learn how you can contribute to the project by:
Find out what our developers blog about.
[jersey-api]: {{ site.links.newJerseyURL }}/apidocs/latest/jersey/index.html [dwnld]: download.html [jax-rs]: https://jakarta.ee/specifications/restful-ws/