Spring 本周动态 - 2013 年 4 月 9 日

工程 | Josh Long | 2013 年 4 月 9 日 | ...

欢迎收看另一期的Spring 本周动态! 和往常一样,我们有很多内容要介绍,让我们开始吧!

  1. SpringSource CTO Adrian Colyer 概述了 SpringSource 的方向和势头,以及 Pivotal Initiative 下的 Spring 项目,这是一家由 EMC 分拆出来的新公司,其中包括 SpringSource、Cloud Foundry 和 GreenPlum。 如果您想了解 Spring 在这个新计划中的关键作用,那么绝对值得一读!
    </LI>  
    <LI> Spring Batch lead Michael Minella has <A href="http://www.springsource.org/node/9666"> announced that Spring Batch 2.2.0.RC1 is now available</a>.
    	The new release includes preliminary support for Spring Data, Java configuration support, non-identifying job parameters 
    	and numerous fixes and polishes. This release is amazing, and definitely worth a look. I, personally, <EM>love</EM> the Java configuration API that's
    	been surfaced. You don't need to write another Spring Batch XML file if you don't want to!
    </LI>
    <LI> 
    

    Spring Mobile 负责人 Roy Clarkson 宣布 Spring Mobile 1.1.0.M3 已发布,它在使用带有 SiteSwitcherHandlerInterceptor 的自定义域策略时具有更简单的配置,支持 Kindle Fire 设备检测(作为平板电脑或移动设备,具体取决于它们所处的模式),解决了几个问题,并且与 Spring Framework 3.2.2 兼容。

    </LI>
    
     	<LI>New SpringOne2GX replays now available in HD on YouTube: <a href="http://www.springsource.org/node/10268">Virtualizing and Tuning Large Scale Java Applications, From Spring and Java to Spring and Akka</a></LI>
     	<LI>The HMK blog has a <EM>really</EM> nice post on how to use the <A href= "http://github.com/CujoJS">Cujo.js</A>'s
    <A href="http://hmkcode.com/spring-mvc-rest-js/">
     <CODE>rest.js</CODE> and Spring MVC</a>. <EM>Very</EM> cool! 
        </LI>
    
    <LI>  
    	The  <EM>JavaRevisited</EM> blog has  put together a 
    	<a href="http://javarevisited.blogspot.com/2013/04/spring-framework-tutorial-call-stored-procedures-from-java.html">post on calling stored procedures from Spring</code> using the <CODE>StoredProcedure</CODE> template object. 
    	There are other ways to approach this same problem, including the <CODE>SimpleJdbcCall</CODE> object and simply using the 
    	<CODE>update(String, Object ... params) </CODE> method on <CODE>JdbcTemplate</CODE>. Check it out! 
    	 </LI> 
    	 <LI> 
    		 The <EM>Spring Java Tutorial</EM> blog<em> </em>has a nice post <A href="http://springjavatutorial.blogspot.com/2013/04/call-stored-procedures-in-spring.html">on using  
    		 stored procedures with Spring</A>, and it <EM>also</EM> uses the same domain example - an <CODE>EmployeeDAO</CODE>. 
    		 They aren't exacty the same  - far from it - but it does seem like one heckuva coincadence! At any rate, more information's always good.
    	 		
    	 </LI>
    	 <LI> 
    	Spring provides various lifecycle callback methods, <A href="http://www.javabeat.net/2013/04/custom-spring-callback-methods/">which this <EM>JavaBeat</EM> blog looks at</a>.		</LI>
    <LI> 
    	The <EM>Binary Beans</EM> blog has a post that <A href="http://www.binary-beans.com/2013/04/getting-started-with-spring-framework.html"> simply links to some interesting, introductory videos</a> that we've published on
    	 <A href="http://youtube.com/SpringSourceDev">the SpringSourceDev YouTube Channel</A>.  If you're a regular reader of this round up then you've seen these videos before.
    	 But, it's a good 3 hours of introductory content and worth a look if you want a good getting started experience.
    	</LI>
    <LI>
    	KH Yiu has put together a cool post <A href="http://kh-yiu.blogspot.com/2013/04/spring-implementing-factory-pattern.html"> introducing the concept of a factory pattern</a> (which you're no doubt already familiar with!) 
    	in application code, built with Spring. This is <EM>not</EM> about how Spring uses the factory pattern, and was kind of an interesting approach.
    	Nicely done!
    	
    	</LI>
    
    <LI> Daniel Wong put together a really cool blog illustrating how to <A href="http://blog.shinetech.com/2013/04/09/integrating-springmvc-with-opencms/">tie together Spring MVC with OpenCMS</a>! Definitely worth a look. </LI>
    <LI>
    	The <EM> 11th Hour</EM> blog put together a nice post on <a href="http://deepeshdarshan.wordpress.com/2013/04/05/learn-spring-by-example-spring-expression-language-spel">how to use the Spring Expression Language with some examples</a>.
    	 </LI>
    <LI>
    	Wang Xiang's  put together a blog.. more like a series of snippets..  demonstrating how <A href="http://wangxiangblog.blogspot.com/2013/04/eclipse-jetty-maven-setup.html">to setup Jetty, a  <CODE>DataSource</CODE>, and Spring together</a>. 
    	</LI>
    <LI>
    	The <EM>Java Code Geeks</EM> blog has an introductory post <A href="http://www.javacodegeeks.com/2013/04/spring-mvc-form-validation-with-annotations-2.html">on using Spring MVC with JSR 303 bean validation</A>. Check it out!
    	</LI>
    <LI> 
    

    我们的朋友 Mark Serrano 又回来了,这次是 评论Spring Security 负责人 Rob Winch 关于 Spring Security 的书。

  2. Hippoom Zhou 发表了一篇不错的文章,介绍了如何使用
    在 Spring 集成测试中使用 mocks 和 stubs。 这是一篇非常好的文章,绝对值得一看!

  3. <LI>
    	The awesomely named <EM>Raging Goblin</EM> blog has a nice post on how to do <A href="http://raginggoblin.wordpress.com/2013/04/06/spring-roo-5-role-based-views/">role-based views using Spring Roo and Spring Security</a>. 
    	</LI>
    <LI> 
    	Peter Chng describes a scheme that can be used to <A href="http://unitstep.net/blog/2013/04/07/spring-mvc-request-parameter-conversion-with-minimal-configuration/"> auto-register custom converters used for data type conversion</A> in core Spring, Spring MVC, and Spring Integration, among other places. Pretty smart! 
    	
    	</LI>
     
    

获取 Spring 新闻通讯

通过 Spring 新闻通讯保持联系

订阅

领先一步

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

了解更多

获得支持

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

了解更多

即将举行的活动

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

查看所有