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 社群中所有即將舉行的活動。

檢視全部