Spring Framework 2.5发布

版权声明:本文为博主chszs的原创文章,未经博主允许不得转载。 https://blog.csdn.net/chszs/article/details/1901406

Spring Framework 2.5发布

 

Spring FrameworkJava平台上非常流行的开源框架之一。

其最新的特征有:完全支持Java 6JDBC 4JAX-WS 2.0,基于annotation的依赖注入,在类路径中自动检测组件,自动配置组件作为Spring的被管对象的能力,新的AOP特征,多个Web层增强等等。另外一些值得注意的特征包括:

1A new bean name pointcut element in AspectJ pointcut expressions;

2Built-in support for AspectJ load-time weaving based on the LoadTime Weaver abstraction;

3New XML configuration namespaces "context" and "jms", for maximum convenience;

4A completely revised integration test framework, with first-class support for JUnit 4 and TestNG;

5A new annotation-based controller model for Spring MVC supporting Servlet and Portlet environments;

6Extended SimpleJDBCTemplate functionality, including support for named SQL parameters;

7Officially certified WebSphere support;

8The packaging of Srping Framework jars as OSGi-compliant bundles out of the box;

9The ability to deploy a Spring ApplicationContext as a JCA RAR files, for headless application modules;

10JCA 1.5 message endpoint management, for Spring-managed JMS and CCI message listeners.

 
上一篇:Jenkins集成自动化测试项目(接口)


下一篇:jenkins:七.jenkins生成Allure报告