Its been a long time since I have worked with Spring's MVC layer, or with IoC in general, but this seems like a common problem.
There are some templating utilities as well as some common configuration that I always want stuffed in the ModelAndView. Is there any easy way to wire this with Spring?
I have been attempting to just extend ModelAndView, however, there are many final methods in the Spring framework that cannot be overridden.


Reply With Quote
