Spring MVC integration

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3006

This topic has not yet been written. The content below is from the topic description.
39.2. Spring MVC Integration RESTEasy can also integrate with the Spring DispatcherServlet. The advantages of using this are that you have a simpler web.xml file, you can dispatch to either Spring controllers or Resteasy from under the same base URL, and finally, the most important, you can use Spring ModelAndView objects as return arguments from @GET resource methods.