initial commit
[java-spring.git] / readme.txt
1 SPRING FRAMEWORK 3.0.4 (August 2010)
2 ------------------------------------
3 http://www.springframework.org
4
5 1. INTRODUCTION
6
7 Spring Framework 3.0 is the next generation of Spring: fully Java 5 based,
8 EL enabled, REST enabled, and with support for JSR-330 (Dependency
9 Injection) and JSR-303 (Bean Validation).
10
11 2. RELEASE NOTES
12
13 This release comes with complete reference documentation. For further
14 details, consult the provided javadoc for specific packages and classes.
15
16 3. DISTRIBUTION JAR FILES
17
18 The Spring Framework module jar files can be found in the 'dist'
19 directory. Note that this release does not contain a 'spring.jar' file
20 anymore, in contrast to previous Spring generations. Furthermore, the jar
21 file names now follow bundle repository conventions.
22
23 4. GETTING STARTED
24
25 Please consult the blog examples at http://blog.springsource.com as well
26 as sections of interest in the reference documentation. Sample
27 applications and related material are provided as separate downloads.