码迷,mamicode.com
首页 > 编程语言 > 详细

Jersey - RESTful Web Services in Java.

时间:2015-07-14 13:54:46      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

Developing RESTful Web services that 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 an 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 has 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 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.

文档:https://jersey.java.net/documentation/latest/index.html

下载:https://jersey.java.net/download.html

开源中国 :http://www.oschina.net/p/jersey/

@红薯  说的很好,介绍的也很详细。链接:http://www.oschina.net/question/12_7647

这个地址说的也错,大家一起借鉴下:http://www.ibm.com/developerworks/cn/web/wa-aj-tomcat/

Jersey - RESTful Web Services in Java.

标签:

原文地址:http://my.oschina.net/zhengweishan/blog/478279

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!