Hi!

I have a little problem with Spring MVC, maybe somebody can help me.

I want to create a modular application. But the web applications is not using only one controller and view.

The standard MVC pattern is good, but unusable. The modern web pages content not contain only one controller result. Why? Modern pages contain user login box, dynamic image control, news, etc...

The modules scope is well separated, why need to mix to one?

Please tell me what's the spring solution to this.