【用jersey构建REST服务】系列文章

1.用Jersey构建RESTful服务1--HelloWorld

http://blog.csdn.NET/kkkloveyou/article/details/21391033

2.用Jersey构建RESTful服务2--JAVA对象转成XML输出

http://blog.csdn.Net/kkkloveyou/article/details/21415735

3.用Jersey构建RESTful服务3--JAVA对象转成JSON输出

http://blog.csdn.net/kkkloveyou/article/details/21485243

4.用Jersey构建RESTful服务4--通过jersey-client客户端调用Jersey的Web服务模拟CURD

http://blog.csdn.net/kkkloveyou/article/details/21517165

5.用Jersey构建RESTful服务5--Jersey+MySQL5.6+Hibernate4.3

http://blog.csdn.net/kkkloveyou/article/details/21888283

6. 用Jersey构建RESTful服务6--Jersey+SQLServer+Hibernate4.3

 

完整项目源码下载地址:https://github.com/waylau/RestDemo
原文地址:https://www.cnblogs.com/jing1617/p/6501349.html