Pattern « MVC Controller « Spring Q&A





1. Useful design patterns when dealing with spring 3 controllers    stackoverflow.com

Recently I was overlooking my controllers and they are bit of mess.

  • I'd like to organize they way I set returning views
  • Do more elegant mesageSource massaging back to the ...

2. Design Patterns with Controllers    forum.springsource.org

You can use Acegi Security for authentication and authorization; it uses ServletFilters that intercept servlet requests and is configured within the Spring application context, using dependency injection and AOP. Check it ...