Spring MVC Framework

View: [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Frameworks
  

Articles:
  • Mastering Spring MVC by Steven Haines   - [Clicks: 38]
    Model-View-Controller Web frameworks for Java are plentiful, and most of them integrate with Spring, but the tightest integration can be found in Spring's own MVC module. Get started with Spring MVC in this introductory article by Steven Haines, who begins with a history of the Model-View-Controller paradigm in Java Web development. He then introduces the Spring Framework and explains how it leverages the concepts of Spring, including dependency injection. Finally, Steven guides you through a programming tutorial that demonstrates the core features of Spring MVC in an easy-to-follow, hands-on format.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-04-2009/jw-04-springmvc.html - Apr, 2009

[Top]

Frameworks:
  • The Aurora MVC Framework by Ken Egervari   - [Clicks: 311]
    Aurora is an open-source MVC framework that is aimed at writing configurable, fully object-oriented form controllers using the Spring Framework. The code-base grew out of my experience using Spring's MVC module and slowly developed over several versions into a full-fledged framework that attempts at tackling the most common problems that I had when using Spring MVC and other J2EE web-related issues in general.
    http://www.auroramvc.org/aurora-web/index.htm

[Top]