Jump to content

Eclipse Jersey

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Citation bot (talk | contribs) at 20:35, 23 August 2022 (Alter: title. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | #UCB_webform 2171/3841). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Project Jersey
Developer(s)Oracle Corporation and Eclipse Foundation
Stable release
2.30.1 / February 21, 2020; 4 years ago (2020-02-21)
Repositorygithub.com/eclipse-ee4j/jersey/
Written inJava (programming language)
Operating systemCross-platform
Available inJava 7 or later
TypeWeb framework
LicenseEclipse Public License 2.0
Websiteprojects.eclipse.org/projects/ee4j.jersey/

The 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]

Overview

[edit]

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

[edit]
  1. ^ Lyons, Will. "Moving Forward with Eclipse GlassFish at Jakarta EE". blogs.oracle.com. Retrieved 2019-01-31.
  2. ^ "Jersey". Archived from the original on 2013-10-31. Retrieved 2013-10-31.
[edit]