RESTful Web Development With Java EE 6 - what are the options?
问题 I'm trying to figure out what the best options are for developing a RESTful web application with Java EE 6. For example, I want to be able to interpret a URL like so: GET www.myapp.com/customers/1 - returns a web page displaying details about a customer with id 1. The only two options I can think of are Using Spring MVC 3 Using a JAX-RS specification that allows you to render views - I heard RESTEasy integrates with Spring MVC? Are there any other frameworks that will allow you to develop web