Spring MVC Framework

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

Articles
  

Articles:
  • Simplify Your Web App Development Using the Spring MVC Framework by Javid Jamae   - [Clicks: 167]
    Struts is in fairly widespread use in the Java world, but the Spring MVC framework promises to provide a simpler alternative to Struts for separating presentation layer and business logic. Learn how to build a simple stock trading Web application using Spring's MVC framework.
    [Includes source code]
    http://www.devx.com/Java/Article/22134?trk=DXRSS_JAVA - Oct, 2004
  • Spring MVC by Paul Jensen   - [Clicks: 141]
    … Using the Dependency Injection framework as a foundation, Spring adds support for many common aspects of application functionality including persistence, transaction control, AOP, error handling, and distributed computing. This article will only cover aspects of its web-based MVC framework. ...
    http://www.ociweb.com/jnb/jnbOct2004.html - Oct, 2004

[Top]