Is including other JSP via the Spring MVC framework a good idea?
This is a vague and grand question but hopefully I can explain it with as little concrete examples as possible. We recently switched to Spring MVC for our application framework but found one (and really, only one) limiting factor during development: how to include dynamic views with the appropriate model. For instance, we are creating a page that contains reusable fragments. On the left we have a "random q and a" fragment while on the top we have a common "navigation" fragment. Each of these fragments requires a different model. I have been instructing the developer that is creating the