A RESTful Web Service Demo with Jersey ,Hibernate,Mysql .
Here are my articles about how to build the project:
1.用Jersey构建RESTful服务1–HelloWorld
http://www.waylau.com/jersey-restful-helloworld/
2.用Jersey构建RESTful服务2–JAVA对象转成XML输出
http://www.waylau.com/jersey-restful-java-xml/
3.用Jersey构建RESTful服务3–JAVA对象转成JSON输出
http://www.waylau.com/jersey-restful-java-json/
4.用Jersey构建RESTful服务4–通过jersey-client客户端调用Jersey的Web服务模拟CURD
http://www.waylau.com/jersey-client-curd/
5.用Jersey构建RESTful服务5–Jersey+MySQL5.6+Hibernate4.3
http://www.waylau.com/jersey-mysql5-hibernate4/
6.用Jersey构建RESTful服务6–Jersey+SQLServer+Hibernate4.3