领先一步
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
对象执行的不同职责以及它们之间的关系。