领先一步
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 建议包装器、对 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 对象在 Spring 中执行的不同职责 以及它们之间的关系。