Jump to content

Eclipse Jersey

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 27.2.65.80 (talk) at 15:08, 5 September 2018 (→‎Overview). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Project Jersey
Developer(s)Oracle Corporation
Stable release
2.26 / September 6, 2017
Repository
Operating systemCross-platform
Available inJava 6 or Higher
TypeREST WS Framework
LicenseCDDL version 1.1 and GPL v2 license
Websitejersey.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. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)CS1 maint: archived copy as title (link)

External links