I've been using JSF with PrimeFaces and Seam for quite some time now, and while I admire the work the PF team has put in there, I don't think I'm going to implement my next project with such a heavyweight combination.
Instead, I am looking for a JQuery-UI based, decoupled user interface and an XML-based, RESTful web service model. JAX-RS seems to be the ticket on this one, but I'm not sure which implementation/combination to pick.
Here's what I'm looking for:
Has anyone a set of good container/framework suggestions for this scenario? What options in terms of servers, containers, REST implementations do I have here?
Thanks for your input here and kind regards
Pascal
As Tichodroma pointed out, what I was actually looking for is a lightweight Java EE 6 container featuring JAX-RS, ideally a Java EE 6 Web Profile implementation with JAX-RS. Luckily, TomEE JAXRS seems to be exactly what I was looking for: