spring-framework/build-spring-framework/resources/readme.txt

27 lines
997 B
Plaintext
Raw Normal View History

2010-04-06 20:00:45 +08:00
SPRING FRAMEWORK 3.0.3 (April 2010)
2010-04-01 19:38:14 +08:00
-----------------------------------
2008-07-11 14:34:50 +08:00
http://www.springframework.org
1. INTRODUCTION
2009-12-01 10:26:23 +08:00
Spring Framework 3.0 is the next generation of the Spring: fully Java 5 based,
EL enabled, REST enabled, and with support for JSR-330 (Dependency Injection)
and JSR-303 (Bean Validation).
2008-12-05 15:17:31 +08:00
2008-07-11 14:34:50 +08:00
2. RELEASE NOTES
2009-12-01 10:26:23 +08:00
This release comes with complete reference documentation. For further details,
consult the provided javadoc for specific packages and classes.
2008-12-05 15:17:31 +08:00
2008-07-11 14:34:50 +08:00
3. DISTRIBUTION JAR FILES
2008-12-05 15:17:31 +08:00
The Spring Framework module jar files can be found in the 'dist' directory. Note that
2009-08-09 09:00:23 +08:00
this release does not contain a 'spring.jar' file anymore, in contrast to previous Spring
generations. Furthermore, the jar file names follow bundle repository conventions now.
2008-12-05 15:17:31 +08:00
2008-07-11 14:34:50 +08:00
4. GETTING STARTED
2009-12-01 10:26:23 +08:00
Please consult the blog examples at http://blog.springsource.com as well as the sections
of interest in the reference documentation. Sample applications and related material
will be provided as separate downloads.