领先一步
VMware 提供培训和认证,助您加速进步。
了解更多
欢迎回到又一期的“本周 Spring”。本周 SpringSource 将盛装出席在圣何塞举行的 JAX 大会,我们将在七月份参加 OSCON。这些活动是我们与用户联系的绝佳途径。一如既往,我们有很多内容要介绍,让我们开始吧!
<LI> There has been loads of interest and discussion surrounding last week's <a href="http://blog.springsource.com/2011/06/09/spring-framework-3-1-m2-released/">Spring 3.1 second milestone</a>. Sam Brannen writes about the <a href="http://blog.springsource.com/2011/06/21/spring-3-1-m2-testing-with-configuration-classes-and-profiles"> new testing support</a> which is a great follow on to the previous posts about <a href="http://blog.springsource.com/2011/06/10/spring-3-1-m2-configuration-enhancements/">configuration enhancements</a> and <a href="http://blog.springsource.com/2011/06/13/spring-3-1-m2-spring-mvc-enhancements-2/">Spring MVC updates</a>.
</LI>
<LI>
Alex (from the blog "javaaddicto") has also written about the new features in Spring 3.1, and particularly the new support in Spring 3.1 M2 for <a href="http://alexsotob.blogspot.com/2011/06/its-strange-but-its-true-i-cant-get.html">XML-free web applications in Spring MVC. </a> This is very cool! Check it out.
</LI>
<LI>
Here is <EM>another</EM> more code centric look at <a href="http://www.dzone.com/links/r/spring_31_mvc_xmlfree_configuration_example.html">XML-free configuration in Spring 3.1 M2</a>, this time on dZone.
</LI>
<LI> Hot on the heels of the vFabric 5 release, Chris Harris has written up a good look at how to use the new SQLFire to <a href="http://cjharris5.blogspot.com/2011/06/grails-sqlfire-quickstart.html">build a Grails CRUD application</a>.
</LI>
<li>
Spring Data JPA(以前称为“Hades”)的 RC1 版本刚刚发布!它带来了许多改进,其中包括:改进的仓库接口编程模型(事务在实现层,不再需要继承 JpaRepository)、改进的已创建查询参数绑定、提升了检查注解的性能、改进了从方法返回类型检测领域类,以及更多内容。敬请阅读发布公告。
<LI> Want to learn about the Tomcat 7 classloader? <a href="http://dertompson.com/2011/06/19/tomcat-classloader/"> Get the skinny in this post!</a></LI>
<LI>
AMIS 博客有一篇关于“如何在 Oracle ADF Faces 应用程序中访问和利用 Spring Bean,以及如何使用 Spring PropertyPlaceholderConfigurer Bean 从外部文件动态配置 Bean 属性”的有趣博文。该博客略有滞后,因为它涵盖的是 Spring 2.5,但对于该框架和技术的用户来说可能仍然有用。请注意,虽然这种方法概述了一种将库等添加进来以工具为中心的做法,但 Spring/JSF 集成的核心部分作为表达式解析器委托 `org.springframework.web.jsf.el.SpringBeanFacesELResolver` 已包含在核心 Spring 框架中,文章也提到了这一点。总体而言,这非常棒,而且在 Spring 3.x 中设置方式基本没有改变,因此对于新旧版本用户都很有用。
</LI>