Monday April 07, 2008
Spring MVC's Conventions get even better Spring 2.5.3 was released this morning and contains a new feature I really like. When I first started working with Spring MVC's annotations (way back in November of last year), I found it awkward that I had to hard-code the URLs for my controllers into @RequestMappings on methods. Previous to annotations, I was using Spring's ControllerClassNameHandlerMapping which allows for more conventions-based URL-mappings.
With 2.5.3, @Controller and ControllerClassNameHandlerMapping have been synced up so you don't have to specify URLs in your annotations anymore. Thanks guys! Posted in Java at Apr 07 2008, 09:43:42 AM MDT 4 Comments
Search This Site
Recent Entries
- Spring MVC vs. JSF and The State of Spring Web
- Extensionless URLs with Java Web Frameworks
- AppFuse 2.0.2 Released
- AppFuse Light 1.8.2 Released
- Issues with AntRun Plugin and Maven
- JavaOne Parties Update
- Happy Cinco de Linko!
- Denver Weather
- Running Spring MVC Web Applications in OSGi
- JavaOne: Where are the good parties at?
Posted by whiteship on April 07, 2008 at 01:12 PM MDT #
Posted by dodol on April 08, 2008 at 06:49 PM MDT #
Posted by dodol on April 08, 2008 at 08:06 PM MDT #
Posted by Matt Raible on April 11, 2008 at 09:03 AM MDT #