RESTful Web Services with RESTEasy
I have recently come across JBoss RESTEasy. This is a new Java framework for implementing RESTful web services. Just like the name says, it is really easy. Having also done some work with Restlet, I must say that I prefer RESTEasy. This will be a quick tutorial to show you how to implement a very basic web service in RESTEasy. Read more »