1
- SPRING FRAMEWORK 3.0 M4 (August 2009)
2
- -------------------------------------
1
+ SPRING FRAMEWORK 3.0 (December 2009)
2
+ ------------------------------------
3
3
http://www.springframework.org
4
4
5
5
1. INTRODUCTION
6
6
7
- This is the fourth milestone of Spring 3.0 which is scheduled for final release in Q3 2009.
8
- It is nearly feature complete, with only very specific areas still being worked on for RC1.
7
+ Spring Framework 3.0 is the next generation of the Spring: fully Java 5 based,
8
+ EL enabled, REST enabled, and with support for JSR-330 (Dependency Injection)
9
+ and JSR-303 (Bean Validation).
9
10
10
11
2. RELEASE NOTES
11
12
12
- This release comes with complete reference documentation already. Consult the provided
13
- javadoc for technical details of specific packages and classes.
13
+ This release comes with complete reference documentation. For further details,
14
+ consult the provided javadoc for specific packages and classes.
14
15
15
16
3. DISTRIBUTION JAR FILES
16
17
@@ -20,6 +21,6 @@ generations. Furthermore, the jar file names follow bundle repository convention
20
21
21
22
4. GETTING STARTED
22
23
23
- A Getting Started guide is to be provided in time for Spring 3.0 GA. For the time being,
24
- please consult the blog examples at http://blog.springsource.com as well as the sections
25
- of interest in the reference documentation .
24
+ Please consult the blog examples at http://blog.springsource.com as well as the sections
25
+ of interest in the reference documentation. Sample applications and related material
26
+ will be provided as separate downloads .
0 commit comments