https://github.com/eclipse-ee4j/jersey
Eclipse Jersey Project - Read our Wiki:
https://github.com/eclipse-ee4j/jersey
Last synced: 5 days ago
JSON representation
Eclipse Jersey Project - Read our Wiki:
- Host: GitHub
- URL: https://github.com/eclipse-ee4j/jersey
- Owner: eclipse-ee4j
- License: other
- Created: 2018-04-17T19:28:06.000Z (almost 7 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-04-04T15:28:40.000Z (10 days ago)
- Last Synced: 2025-04-09T22:03:26.617Z (5 days ago)
- Language: Java
- Homepage: https://github.com/eclipse-ee4j/jersey/wiki
- Size: 29.3 MB
- Stars: 702
- Watchers: 43
- Forks: 360
- Open Issues: 819
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: security/oauth1-client/pom.xml
Awesome Lists containing this project
- awesome-java - Eclipse Jersey - RS参考实现等,由Oracle开源。 (开发框架)
- awesome-open-source-applications - Jersey - RS, providing a simple way to build RESTful web services in Java. |  |  |  |  |  | (Back-End Development)
- awesome-open-source-applications - Jersey - RS, providing a simple way to build RESTful web services in Java. |  |  |  |  |  | (Back-End Development)
README
[//]: # " Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. "
[//]: # " "
[//]: # " This program and the accompanying materials are made available under the "
[//]: # " terms of the Eclipse Public License v. 2.0, which is available at "
[//]: # " http://www.eclipse.org/legal/epl-2.0. "
[//]: # " "
[//]: # " This Source Code may also be made available under the following Secondary "
[//]: # " Licenses when the conditions for such availability set forth in the "
[//]: # " Eclipse Public License v. 2.0 are satisfied: GNU General Public License, "
[//]: # " version 2 with the GNU Classpath Exception, which is available at "
[//]: # " https://www.gnu.org/software/classpath/license.html. "
[//]: # " "
[//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 "[](https://travis-ci.org/eclipse-ee4j/jersey)
[](https://www.eclipse.org/legal/epl-2.0/)
[](https://www.gnu.org/software/classpath/license.html)### About Jersey
Jersey is a REST framework that provides JAX-RS Reference Implementation and more.
Jersey provides its own [APIs][jersey-api] 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 - [EPL 2.0 and GPL 2.0 with Class-path Exception](LICENSE.md).
That means you can choose which one of the two suits your needs better and use it under those terms.We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [ECA][eca].### More Information on Jersey
See the [Jersey website][jersey-web] to access Jersey documentation. If you run into any issues or have questions,
ask at [[email protected]][jersey-users] (need to [subscribe][jersey-users-subscribe] first),
[StackOverflow][jersey-so] or file an issue on [Jersey GitHub Project][jersey-issues].
You can follow us on [Twitter][jersey-twitter], too.[eca]: http://www.eclipse.org/legal/ECA.php
[jersey-api]: https://jersey.github.io/apidocs/latest/jersey/index.html
[jersey-issues]: https://github.com/eclipse-ee4j/jersey/issues
[jersey-so]: http://stackoverflow.com/questions/tagged/jersey
[jersey-users]: mailto:[email protected]
[jersey-users-subscribe]: https://accounts.eclipse.org/mailing-list/jersey-dev
[jersey-web]: https://projects.eclipse.org/projects/ee4j.jersey
[jersey-twitter]: https://twitter.com/gf_jersey