DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

gator: Migrate to Spring Annotation-Driven MVC #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The MVC implementation based on the Controller hierarchy is deprecated in
Spring 3.x and replaced by the @Controller and related annotations to drive
MVC.  The new model presents a number of opportunities for reduced code and
simpler controllers, which should be leveraged in Gator.

Original issue reported on code.google.com by marvin.addison@gmail.com on 15 Mar 2010 at 2:20

GoogleCodeExporter commented 8 years ago

Original comment by marvin.addison@gmail.com on 15 Mar 2010 at 2:21

GoogleCodeExporter commented 8 years ago
Completed in r1171 of trunk.  In addition to annotation-driven MVC, the 
validation
strategy changed significantly to leverage JSR-303 bean validation.

Original comment by marvin.addison@gmail.com on 7 Apr 2010 at 7:42