发布于 2017-11-27 23:55:08 | 177 次阅读 | 评论: 0 | 来源: 网友投递
Spring Framework 开源j2ee框架
Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等
Spring Framework 5.0.2 及 4.3.13 版本作为 2 大主要分支版本的改进版本已正式发布,包含大量的BUG修复,性能优化以及配置方面的优化。其中 5.0.2 版本已兼容 Kotlin 1.1.61 版本, 在 4.3.x 版本中有效地使用 JDK 6 的支持。
主要更新内容:
5.0.2
[SPR-15700] - Please add documentation and examples on reactive WebSockets
[SPR-16133] - Chained API for form and multipart data in BodyInserters
[SPR-16134] - Create builder for multipart bodies
4.3.13
[SPR-16058] - WebAsyncManager concurrency issue with SseEmitter when client disconnect
[SPR-16072] - RequestMapping method returning Future with null result causes NullPointerException
[SPR-16075] - setArguments(null) on MethodInvoker no longer coerces null to Object[0]
[SPR-16082] - Checkbox/RadioButton incorrectly converts collections of enums with a custom converter
下载地址: