本周 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. 博主 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 社区中所有即将举行的活动。

查看全部