What is the preferred view layer for REST web services implemented using Spring MVC? I sort of hacked it to use a servlet that generates XML as the view layer in one application, but there are some problems with that approach that I'm having trouble recalling right now.
Is there a better way? Does it make sense to generate XML using JSP?


Reply With Quote