spring-framework/build-spring-framework/resources
Oliver Gierke ba2bac17de SPR-7604 - Support multiple embedded databases.
Embedded datasources now get their bean ids set as database name to allow multiple databases of the same type in parallel. Refactored tests a little and made BeanDefinitionParser package private to align with the other ones. Adapted changelog accordingly.
2010-10-02 06:30:05 +00:00
..
changelog.txt SPR-7604 - Support multiple embedded databases. 2010-10-02 06:30:05 +00:00
license.txt Initial code checkin 2008-07-11 06:34:50 +00:00
notice.txt [SPR-5993] Fixed notice file 2009-09-08 21:50:26 +00:00
readme.txt preparations for 3.0.5 release 2010-10-02 01:29:35 +00:00

readme.txt

SPRING FRAMEWORK 3.0.5 (October 2010)
-------------------------------------
http://www.springframework.org

1. INTRODUCTION

Spring Framework 3.0 is the next generation of Spring: fully Java 5 based,
EL enabled, REST enabled, and with support for JSR-330 (Dependency
Injection) and JSR-303 (Bean Validation).

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.