Spring 本周动态:2012 年 5 月 29 日

工程 | Adam Fitzgerald | 2012 年 5 月 29 日 | ...

欢迎回到新一期的Spring 本周动态!像往常一样,我们有很多内容要介绍,所以让我们直奔主题吧!

  1. Chris Beams 宣布了面向 Spring 3.2 的首个里程碑版本现已可用!这个版本太棒了!
    	It includes 
    
    	initial support for asynchronous <CODE> @Controller</CODE> methods,
    	early support for JCache-based cache providers,
    	significant performance improvements in autowiring of non-singleton beans,
    	initial delay support for <CODE> @Scheduled</CODE> and <CODE> &lt;task:scheduled&gt;</CODE>,
    	ability to choose between multiple executuors with <CODE>@Async</CODE>,
    	enhanced bean profile selection using the not (<CODE>!</CODE>) operator,  
    	48 bugs fixed, 8 new features and 36 improvements implemented. 
    	
    

    现在就查看最新的内容,并随时提供反馈!

    当我在我的 Twitter 帐户上 询问是否有任何项目需要考虑纳入本轮综述时,一位用户立即回复道:“有了 Spring 3.2 的消息,社区是否希望 3.2 M1 之后直接发布 RC1,发起一项投票如何?它太好了,等不及了。”我同意,这个版本确实很史诗!

    	  </LI>
    
  2. Michael Isvy 整理了一篇非常棒的 Spring 核心的低层代理机制介绍,包括事务管理和缓存。一旦你理解了它是如何工作的,就可以很容易地有选择性地使用它。
  3. Martin Lippert 宣布 SpringSource Tool Suite 2.9.2 已经发布。此版本包括更新的与 tcServer 2.7 的兼容性以及一些错误修复。
  4. Alan Stewart 宣布了 Spring Roo 的 1.2.2 版本发布
     This is the second maintenance release for 1.2 and includes fixes for a number of issues and includes support for Spring Framework 3.1.1 and JDK 7.  Roo 1.2.2 also includes the excellent new "tailor" feature provided by our partner, Accenture. The H-Online website had <a href = "http://www.h-online.com/open/news/item/Spring-Roo-1-2-update-arrives-1585213.html">coverage of the release</A>.  </LI>  
    
    <LI> The Cake Solutions blog has put together  (another!) 
     great blog introducing 
    <a href ="http://www.cakesolutions.net/teamblogs/2012/05/23/enabling-neo4j-web-admin-tool-on-the-embedded-server-using-spring-data">
    how to run Neo4j embedded with the web administration tool, and Spring Data</A>. 
    / </LI>
    
  5. Zenika 博客再次发力,这次在本周的综述中不仅有一篇,而是两篇精彩的文章。第一篇文章提供了 Spring Data MongoDB 的概述,第二篇文章概述了如何 将 Spring Batch 和 MongoDB 结合使用。很棒的内容,我肯定会回来查看新内容!
  6. JavaRevisted 博客上有一篇不错的文章 关于如何在 Spring 中指定 Bean 的作用域。需要澄清几点:Spring 3.0 确实提供了新的作用域(包括我最喜欢的作用域之一,SimpleThreadScope),并且 - 虽然此博客介绍了可用的默认作用域 - 您可以使用 CustomScopeConfigurer 轻松注册新的作用域,并填写自定义作用域实例的映射,如下所示
    	@Bean 
    	public static CustomScopeConfigurer csc(){ 
    	  
    	  Map<String,Object> scopes = new HashMap<String,Object>();
    	  scopes.put("thread", new SimpleThreadScope());
    	  	
    	  CustomScopeConfigurer csc = new CustomScopeConfigurer();
    	  csc.setScopes(scopes);
    	  return csc;	
    	}
    
  7. Blogger Angelo Zerr 整理了一篇关于如何使用 Spring Virgo (以前的 Spring DM) 和 Spring Data JPA 以及 Spring Remoting 构建 Eclipse RCP 应用程序的介绍。有很多博客 - 并且它们似乎在顶部附近有链接到之前的博客,因此只需向后工作即可获得所有博客。

    这些文章有法语和英语版本。

  8. Navin Bansal 写了一篇博客,介绍了 Spring 容器管理的 Bean 的 Bean 生命周期

获取 Spring 新闻通讯

与 Spring 新闻通讯保持联系

订阅

领先一步

VMware 提供培训和认证,以加速您的进步。

了解更多

获得支持

Tanzu Spring 在一个简单的订阅中提供对 OpenJDK™、Spring 和 Apache Tomcat® 的支持和二进制文件。

了解更多

即将举行的活动

查看 Spring 社区中所有即将举行的活动。

查看全部