Project Jersey
Developer(s) | Oracle Corporation |
---|---|
Stable release |
2.23.1
/ June 9, 2016 |
Operating system | Cross-platform |
Available in | Java 6 or Higher |
Type | REST WS Framework |
License | CDDL version 1.1 and GPL v2 license |
Website |
jersey |
Jersey RESTful Web Services 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) Reference Implementation.[1]
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
External links
- V2.22.1 User Guide
- V2.22.1 API Docs
- Jersey Tutorials
- Jersey Tutorials & Code Examples
- RESTful Web Services using the JAX-RS standard specification V2.13
This article is issued from Wikipedia - version of the 9/23/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.