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

29 lines
922 B
Plaintext
Raw Normal View History

2008-12-05 15:17:31 +08:00
SPRING FRAMEWORK 3.0 M1 (December 2008)
---------------------------------------
2008-07-11 14:34:50 +08:00
http://www.springframework.org
1. INTRODUCTION
---------------
2008-12-05 15:17:31 +08:00
This is the first milestone of Spring 3.0 which is scheduled for final release in Q2 2009.
This release updates the entire codebase for Java 5+ and introduces EL and REST support.
2008-07-11 14:34:50 +08:00
2. RELEASE NOTES
----------------
2008-12-05 15:17:31 +08:00
This release comes without reference documentation. For the time being, please consult
the provided javadoc for details on the new features.
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
this release does not contain a 'spring.jar' file anymore. Furthermore, the jar file
names follow bundle repository conventions now.
2008-07-11 14:34:50 +08:00
4. GETTING STARTED
------------------
2008-12-05 15:17:31 +08:00
Check out the provided PetClinic sample application. It has been partially updated
for Spring 3.0 already.