REST (Representational State Transfer) is a architectural style for an application which is highly based on web-standards and the HTTP protocol.
RESTful Webservices with Java and Jersey (JAX-RS) - Tutorial
http://www.vogella.de/articles/REST/article.html
Jersey是基于JAX-RS(The JavaTM API for RESTful Web Services)规范实现的restful web service
https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html#d4e8
http://www.ibm.com/developerworks/cn/web/wa-aj-tomcat/