Areas in ASP.NET MVC are convenient for hacking a site into smaller, manageable components at a higher level than controllers. They are similar to mini MVC fragments in a web application.
Is there an equivalent concept in any Java MVC framework for ASP.NET domains?
If not, are there any suggestions for best practices when emulating their functionality in Java MVC?
Aj-itator
source share