spring-framework/build-spring-framework/resources
Rossen Stoyanchev 4f4a2e7fc7 Update documentation with regards to differences between @MVC 3.0/3.1
Although the reference documentation listed the new @MVC support
classes and their benefits, it did not explicitly mention a few
use cases that are no longer supported. There is now a specific
section on the new support classes listing exactly what is not
supported.

Similary the @RequestMapping annotation never refered explicitly
to the existence of old and new support and never made it clear
exactly what the differences are.

Both have not been corrected.

SPR-9063, SPR-9042
2012-02-07 19:49:44 -05:00
..
changelog.txt Update documentation with regards to differences between @MVC 3.0/3.1 2012-02-07 19:49:44 -05:00
license.txt updated license and notice files 2010-12-09 19:55:41 +00:00
notice.txt updated for the 3.1 M1 release 2011-02-08 16:58:34 +00:00
readme.txt prepared for 3.1.1 2011-12-22 13:19:18 +01:00

readme.txt

SPRING FRAMEWORK 3.1.1 (January 2012)
-------------------------------------
http://www.springsource.org

1. INTRODUCTION

Spring Framework 3.1 builds on the Spring Framework 3.0 foundation with
a focus on Java-based application configuration and MVC enhancements.

2. RELEASE NOTES

This release comes with complete reference documentation. For further
details, consult the provided javadoc for specific packages and classes.

3. DISTRIBUTION JAR FILES

The Spring Framework module jar files can be found in the 'dist'
directory. Note that this release does not contain a 'spring.jar' file
anymore, in contrast to previous Spring generations. Furthermore, the jar
file names now follow bundle repository conventions.

4. GETTING STARTED

Please consult the blog examples at http://blog.springsource.com as well
as sections of interest in the reference documentation. Sample
applications and related material are provided as separate downloads.