|
About:
Spring is a lightweight Java/J2EE application
framework based on code published in "Expert
One-on-One J2EE Design and Development"
by Rod Johnson. It includes powerful
JavaBeans-based configuration management
applying Inversion-of-Control principles, a
generic abstraction layer for transaction
management allowing for pluggable
transaction managers, a JDBC abstraction
layer, integration with Hibernate, JDO, Apache
OJB, and iBATIS SQL Maps, AOP functionality,
and a flexible MVC Web application framework
with multiple view technologies. There is also a .NET port available.
Release focus: N/A
Changes:
Various bugfixes and refinements were made. The PetClinic sample was updated to serve as a showcase for JMX export: the JDBC version now exposes a cache refresh operation and a call monitor via JMX. All users of 1.2 RC/final are encouraged to upgrade, especially if the Hibernate3 integration is used.
Author:
Rod Johnson <johnsonr (at) users (dot) sourceforge (dot) net>
[contact developer]
Homepage:
http://www.springframework.org
Zip:
http://sourceforge.net/project/showfiles.php?group_id=73357
Changelog:
http://static.springframework.org/spring/docs/1.2.1/changelog.txt
Bug tracker:
http://opensource.atlassian.com/projects/spring/secure/Dashboard.jspa
Mailing list archive:
http://sourceforge.net/mailarchive/forum.php?forum_id=30287
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.76/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 7538)
» Popularity: 2.21% (Rank 2265)

(click to enlarge graphs)
Record hits: 18,806
URL hits: 5,963
Subscribers: 74
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.2.1
|
N/A |
02-Jul-2005 09:11 |
|
1.2RC2
|
Major feature enhancements |
19-Apr-2005 17:56 |
|
1.2RC1
|
Major feature enhancements |
31-Mar-2005 00:30 |
|
1.1.5
|
Minor bugfixes |
19-Mar-2005 10:43 |
|
1.1.4
|
Minor feature enhancements |
01-Feb-2005 07:50 |
|
1.1.3
|
Minor feature enhancements |
15-Dec-2004 07:51 |
|
1.1.2
|
Minor feature enhancements |
23-Nov-2004 19:23 |
|
1.1.1
|
Minor feature enhancements |
01-Oct-2004 01:44 |
|
1.1
|
Initial freshmeat announcement |
13-Sep-2004 04:57 |
Articles referencing this project
Comments
[»]
Outstanding, esp. if you use Hibernate
by Scott McCrory - Sep 13th 2004 12:10:50
Spring has a stiff learning curve for many developers, but it's worth it,
especially if you use Hibernate and need to better manage transactions.
Add on top of that all the other services Spring makes available (like
remoting, AOP, JMS, mail, security (Acegi), singleton control, MVC and much
more) and you have a stellar platform for enterprise-level applications.
[reply]
[top]
|