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

查看全部