Project Jersey

Project Jersey
Developer(s) Oracle Corporation
Stable release
2.26 / September 6, 2017
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.github.io

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 Guide

References

  1. "Archived copy". Archived from the original on 2013-10-31. Retrieved 2013-10-31.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.