Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.
/ jersey Public archive

This is no longer the active Jersey repository. Please see the README.md

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.html
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

javaee/jersey

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Oct 10, 2016
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Dec 2, 2014
Aug 7, 2015
Aug 7, 2015
Jun 11, 2014
Jan 19, 2017
May 10, 2012

Repository files navigation

About Jersey

Jersey is a REST framework that provides JAX-RS Reference Implementation and more. Jersey provides its own APIs that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development. Jersey also exposes numerous extension SPIs so that developers may extend Jersey to best suit their needs.

Goals of Jersey project can be summarized in the following points:

  • Track the JAX-RS API and provide regular releases of production quality Reference Implementations that ships with GlassFish;
  • Provide APIs to extend Jersey & Build a community of users and developers; and finally
  • Make it easy to build RESTful Web services utilising Java and the Java Virtual Machine.

Licensing and Governance

Jersey is licensed under a dual license - CDDL 1.1 and GPL 2.0 with Class-path Exception. That means you can choose which one of the two suits your needs better and use it under those terms.

We use GlassFish Governance Policy, which means we can only accept contributions under the terms of OCA.

More Info on Jersey

Follow Jersey on Twitter to get JAX-RS and Jersey related updates. See the Jersey website to access Jersey documentation. If you run into any issues or have questions, ask at users@jersey.java.net, StackOverflow or file an issue in Jersey JIRA.