I've been endlessly looking for information about best practices for delegating 
the rendering of HTML responses to JSPs. In our project we want the ui URIs to 
match the resources URIs. Currently we are getting the dispatcher from the 
request object and forwarding to a JSP. Resource methods that produce HTML are 
returning void. It works, but feels wrong. Any thoughts would be appreciated. 

Thanks,
Gino

Reply via email to