发布于 2016-05-06 23:18:44 | 155 次阅读 | 评论: 0 | 来源: 网友投递
Spring Framework 开源j2ee框架
Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等
Spring Framework 3.2.17 发布了。
改进记录如下:
fixed AbstractRequestLoggingFilter appends null query string (SPR-14244)
fixed Deadlock possible with AspectJ aspects and multi-threading (SPR-14241)
fixed NPE thrown when calling methods with an empty @Caching annotation (SPR-14162)
fixed @RequestHeader HttpHeaders fails with NPE against null header value (SPR-14091)
fixed ModelAndView is replaced when a RedirectView is used (SPR-14045)
fixed Scripted beans not updated after a script compilation error in getScriptedObjectType (SPR-14007)
fixed TimerManagerTaskScheduler.TimerScheduledFuture.getDelay is inverted (SPR-13977)
fixed AbstractMarshaller's DocumentBuilderFactory instance may be used by several threads simultaneously (SPR-13935)
fixed ReflectiveMethodResolver chooses parent class over child for static methods (SPR-13918)
fixed NullPointerException while building error message in InvocableHandlerMethod (SPR-13917)
fixed Handle RejectedExecutionException in WebAsyncManager (SPR-13836)
improved MVC config path config options (SPR-14186)
improved local resolution of Quartz XSD (SPR-13706)
improved SimpleTriggerFactoryBean and CronTriggerFactoryBean usage without jobDetail (SPR-13604)
improved XML example javadoc of @EnableScheduling (SPR-14145)
improved documentation example of MessageSource (SPR-14003)
improved documentation of ResponseEntityExceptionHandler.handleExceptionInternal (SPR-13869)
improved documentation at section 17.4 Handler mappings (SPR-13832)
下载地址:
https://github.com/spring-projects/spring-framework/releases/tag/v3.2.17.RELEASE