Project Jersey
Jersey RESTful Web Services , formerly Glassfish Jersey, currently Eclipse Jersey[1] framework is an open source framework for developing RESTful Web Services in Java. It provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339 & JSR 370) Reference Implementation.[2]
Developer(s) | Oracle Corporation and Eclipse Foundation |
---|---|
Stable release | 2.30.1
/ February 21, 2020 |
Repository | github |
Written in | Java_(programming_language) |
Operating system | Cross-platform |
Available in | Java 7 or later |
Type | Web framework |
License | Eclipse Public License 2.0 |
Website | projects |
Overview
The following components are part of Jersey:
- Core Server: For building RESTful services based on annotation (jersey-core, jersey-server, jsr311-api)
- Core Client: Aids you in communicating with REST services (jersey-client)
- JAXB support
- JSON support
- Integration module for Spring and Guice
References
- Lyons, Will. "Moving Forward with Eclipse GlassFish at Jakarta EE". blogs.oracle.com. Retrieved 2019-01-31.
- "Archived copy". Archived from the original on 2013-10-31. Retrieved 2013-10-31.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.