Spring Framework 1.0 Final Released
We are pleased to announce that Spring
Framework 1.0 final
has just been released.
1. SCOPE
Spring 1.0 is a complete Java/J2EE application framework, covering the following functionality:- the most sophisticated lightweight container available today, with various flavors of setter and constructor injection
- AOP interception framework based on the AOP Alliance interfaces, integrated with the core container
- JNDI support classes, allowing for easy wiring of Spring-managed beans with JNDI-located objects
- application context concept, providing resource loading and message access abstractions
- …