Developing RESTful WEB Services seamlessly support exposing your data in a variety of representation media types and Abstract away the low-level details of the client-server communication is not a easy task without a good toolkit. In order to simplify development of RESTful WEB services and their clients in Java, a standard and portable jax-rs API have been designed. Jersey RESTful Web Services Framework is open source, production quality, framework for developing RESTful Web services in Java that provides support for Jax-rs APIs and serves as a jax-rs (JSR 311 & JSR 339) Reference implementation.
Jersey Framework is more than the Jax-rs Reference implementation. Jersey provides it ' s own API that extend the JAX-RS Toolkit with additional features and utilities to further simplify RES Tful Service and client development. Jersey also exposes numerous extension SPIs so this 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 this ships with Glassfis H
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.
Document: Https://jersey.java.net/documentation/latest/index.html
Download: https://jersey.java.net/download.html
Open source China: http://www.oschina.net/p/jersey/
@ Sweet Potato said is very good, the introduction is also very detailed. Links: http://www.oschina.net/question/12_7647
This address is also wrong, we learn from the following: http://www.ibm.com/developerworks/cn/web/wa-aj-tomcat/
Jersey-restful Web Services in Java.