发布于 2015-12-18 02:47:34 | 168 次阅读 | 评论: 0 | 来源: 网友投递
Spring Framework 开源j2ee框架
Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等
Spring 3.2.16 发布,更新如下:
[SPR-13587] - Content-Disposition header causes download in browser for Spring Boot Actuator endpoints
[SPR-13617] - AbstractJdbcCall's compiled variable should be declared as volatile
[SPR-13629] - Content-Disposition added for @ResponseBody methods explicitly mapped to ".html" or other extensions
[SPR-13662] - CommonsMultipartFile.getOriginalFilename() does not strip file path properly
[SPR-13667] - AbstractApplicationContext.isRunning throws IllegalStateException when called too early
[SPR-13782] - Jdbc4SqlXmlHandler should return null as documented (instead of throwing NPE)
[SPR-13588] - Skip Content-Disposition header when status != 2xx
[SPR-13628] - Avoid NPE for anonymous SqlParameter in CallMetaDataContext
[SPR-13643] - Content-Disposition with fixed file name "f.txt" causes confusion
[SPR-13663] - Revisit BeansException warn logging after startup failure
[SPR-13741] - BeanFactoryAnnotationUtils.qualifiedBeanOfType should not instantiate all beans of given type before checking qualifier
[SPR-13772] - Support for Microsoft SQL Server driver version 4 and above
[SPR-10474] - Fix cron trigger example in reference documentation
[SPR-13765] - Fix Javadoc for Jackson2ObjectMapperFactoryBean
更多内容请看:3.2.16 is now available.
相关页面:
Project Page | GitHub | Issues | Documentation
Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。 该框架基于 Expert One-on-One Java EE Design and Development(ISBN 0-7645-4385-7)一书中的代码,最初由 Rod Johnson 和 Juergen Hoeller等开发。Spring Framework 提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。