Tapestry + REST
I want to add REST to my tapestry project, and so need to know how to implement it. What is the better way ? thx. [Edit, copied from answer:] I have to add GET, PUT, POST and DELETE services to my tapestry application. I see that Tapestry has RESTful url but what about JAX-RS and annotations? Henning You could use the Restlet API or any other JAX-RS implementation that can run as a servlet. To have the web service co-exist nicely with Tapestry, there is one thing you have to configure in your Tapestry application module : /** * Keep Tapestry from processing requests to the web service path. *