领先一步
VMware 提供培训和认证,以加速您的进步。
了解更多欢迎来到另一期的Spring 本周精选!我刚从Devoxx UK和Devoxx France回来,在那里我非常高兴地与来自各行各业的开发人员交流使用 Spring 的经验。 我还在伦敦的 Skills Matter 上发表了关于使用 Spring 构建 Web 应用程序的演讲。 感谢 Skills Matter、伦敦 Spring 用户组以及出色的Rob Harrop邀请我,我感到非常荣幸!如果您感兴趣,可以在线观看该会议的视频。
<LI> The Cujojs team has announced that <CODE>rest.js</CODE> is <a href="http://cujojs.com/">now part of Cujo.js</a>
<a href="http://www.springsource.org/node/4304/">and <CODE>rest.js</CODE> 0.9 and is now available</a>.</LI> <LI>Gary Russell's announced that <A href="http://www.springsource.org/node/4305">Spring Integration 2.2.3 is now available</a>. This release corrects an issue with the conversion of some complex message payloads when being mapped to method arguments, as well as a few other minor issues.
JdbcTemplate
包装器,BeanFactory
、ListableBeanFactory
和 ApplicationContext
的丰富包装器,带有隐式转换的 AOP Advice 包装器,对 Spring 3.2.2 的支持,以及 FunctionConfiguration
中对提前初始化的更新支持,以及许多其他错误修复和更改。<LI>Last week's webinar introducing <a href="http://www.youtube.com/watch?v=EFqEqD8djfc"> the Spring Integration adapter for Splunk</a> is now available online. Nice job by David Turanski and Damien Dallimore (Splunk)!</LI>
<LI>New SpringOne2GX replays now available in HD on YouTube: <a href="http://www.springsource.org/node/4309">Getting Started with Spring Security 3.1, Tooling for Spring, Grails and the Cloud</a></LI>
<LI> The JRebel guys
have announced an updated version of their plugin which facilitates live-reloading of code in Java applications. The new release features improved support for Spring, supporting live reloading of
<a href="http://zeroturnaround.com/jrebel/jrebel-5-2-released-updates-for-apache-camel-spring-framework-jdeveloper-ide-plugins/#!/">
<CODE>@Configuration</CODE>-based Spring applications</a>.
James Rossiter has a nice post on how to handle form binding using Spring MVC's <CODE><form></code> tags and
Spring MVC models. There are two posts. The first introduces how to <A href="http://blog.jamesrossiter.co.uk/2013/03/21/binding-entities-and-their-children-to-java-jsp-form-elements-in-spring-framework-mvc/">bind a parent and child object</a>. The second introduces <a href="http://blog.jamesrossiter.co.uk/2013/03/26/use-a-spring-initbinder-to-resolve-type-mismatch-and-bind-exceptions-in-post-from-spring-framework-mvc-forms-to-controller-actions/">the <CODE>initBinder</CODE></a> mechanism.
</LI>
BeanFactory
和 ApplicationContext
对象执行的不同职责以及它们之间的关系。