Spring Framework 2.5发布
Spring Framework是Java平台上非常流行的开源框架之一。
其最新的特征有:完全支持Java 6,JDBC 4,JAX-WS 2.0,基于annotation的依赖注入,在类路径中自动检测组件,自动配置组件作为Spring的被管对象的能力,新的AOP特征,多个Web层增强等等。另外一些值得注意的特征包括:
1)A new bean name pointcut element in AspectJ pointcut expressions;
2)Built-in support for AspectJ load-time weaving based on the LoadTime Weaver abstraction;
3)New XML configuration namespaces "context" and "jms", for maximum convenience;
4)A completely revised integration test framework, with first-class support for JUnit 4 and TestNG;
5)A new annotation-based controller model for Spring MVC supporting Servlet and Portlet environments;
6)Extended SimpleJDBCTemplate functionality, including support for named SQL parameters;
7)Officially certified WebSphere support;
8)The packaging of Srping Framework jars as OSGi-compliant bundles out of the box;
9)The ability to deploy a Spring ApplicationContext as a JCA RAR files, for headless application modules;
10)JCA 1.5 message endpoint management, for Spring-managed JMS and CCI message listeners.