April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring on the Web Tier – Spring MVC
nSpring integrates nicely with Struts, WebWork, JSF, Tapestry, Velocity and other web frameworks
nSpring MVC, Spring’s own web framework. The Spring MVC Framework offers a simple interface based infrastructure for handing web MVC architectures
nSpring MVC components are treated as first-class Spring beans
nOther Spring beans can easily be injected into Spring MVC components
nSpring MVC components are easy to test