Monday, July 5, 2010

RestEasy: JBoss project

RestEasy is a JBoss project that helps you build RESTful Web Services. It is JAX-RS compliant (Java API for RESTful Web Services).

It is designed for JBoss but I am actually using it with tomcat only. It is very easy to use in an Eclipse project. You can use:

JAX-RS Hello World with RESTEasy
.