发布于 2017-04-18 23:01:48 | 116 次阅读 | 评论: 0 | 来源: 网友投递
Spring Framework 开源j2ee框架
Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等
Spring v4.3.8 发布了。
此维护版本是即将推出的Spring Boot 1.4.6和1.5.3维护版本的基础,包括40个修补程序和改进。部分更新内容如下:
Bug 修复:
[SPR-15332] - PathMatchingResourcePatternResolver fails to work under Tomcat 8.0.41 with unpackWARs=false
[SPR-15372] - VersionResourceResolver does not delegate path resolution to the chain
[SPR-15377] - NullPointerException can happen in HttpRequestMethodNotSupportedException.getSupportedHttpMethods()
……
改进:
[SPR-15227] - Avoid re-retrieval of @ResponseStatus annotation for each request
[SPR-15257] - StandardMultipartFile.transferTo should fall back to manual copy if Part.write doesn't support absolute locations (e.g. on Jetty)
[SPR-15300] - Session-scoped bean should have its state propagated to the HttpSession at the end of its initial request (even without further access)
……
下载地址: