领先一步
VMware 提供培训和认证,以加速您的进步。
了解更多欢迎来到另一期《本周 Spring》。像往常一样,我们有很多好东西要看。
Since you're here, though, let's talk about the <a href="http://blog.cloudfoundry.com/post/13481010905/cloud-foundry-open-tour-2012" target="_blank">Cloud Foundry Open Tour</a>, which is an event bringing the industry's best talent and speakers on Spring, Cloud Foundry, and much more to a town near you in America, Asia and Europe. The full itinerary's provided on the linked page, but if you're in (or near) Shanhai, Beijing, Tokyo, London, Moscow, Kiev, San Francisco, Portland, Austin, and Washington D.C., then you should not miss this event - <a href="http://opentour.cloudfoundry.com/" target="_blank">the tour will be in your backyard!</A>
I hope to see you there, as always.
<LI> Spring Social lead Craig Walls' video from SpringOne2GX 2011, <a href="http://www.infoq.com/presentations/Spring-Social-For-the-New-Web-of-APIs" target="_blank">Spring Social for the New Web of APIs</A>, is up on InfoQ. The video introduces the challenges of secure RESTful web services, OAuth, and the myriad of implementations across the various, popular <EM>social</EM> APIs, and then he introduces the <a href="http://www.springsource.org/spring-social" target="_blank">Spring Social</a> project, which provides the solution to these problems. </LI>
<LI> My SpringOne2GX 2011 talk, on <a href="http://www.infoq.com/presentations/Tailoring-Spring-for-Custom-Usage" target="_blank">Tailoring Spring for Custom Usage</A>, is up on InfoQ, along with a lot of <a href="http://www.infoq.com/springone_2gx_2011/" target="_blank">other great SpringOne 2GX content</a>. The idea is that while most of us are familiar with the surface level component model, Spring's real power lies just underneath that component model, in the numerous SPIs and extension hooks. The other Spring projects, including Spring Integration, Spring Batch and Spring MVC, all build on top of these slightly lower level framework hooks, and you can too. The deck is available for download <a href="http://www.slideshare.net/joshlong/extending-spring-for-custom-usage" target="_blank">from my presentations page</A>, as well. </LI>
<LI>In the recent <a href="http://www.springsource.org/node/3486" target="_blank">Messaging for Modern Applications webinar</A>, <a href="http://www.springone2gx.com/conference/chicago/2011/10/speakers/tom_mccuch" target="_blank">Tom McCuch</A> explained how the landscape of enterprise messaging has changed and discusses what new styles of solutions are emerging. It's a great video by an industry legend, and definitely worth a watch. </li>
<LI> Over on the Xebia blog, Shekhar Gulati talks about how to use <a href="http://xebee.xebia.in/2012/02/27/using-spring-3-1-profiles-to-achieve-paas-portability/" target="_blank">Spring 3.1's profile features to build PaaS-portable Spring applications</A>. In the example, he uses Spring Roo and MongoDB. </LI>
</LI>
<LI> Mark Baars put together a more comprehensive outline of some great tutorials that are available on YouTube.com <a href="http://www.springsource.org/vfabric-tutorials" target="_blank">introducing Hyperic, tcServer, and GemFire, all part of the vFabric stack</A>.</LI>
TaskExecutor
SPI 建模和公开)有很好的支持。然而,这篇博客似乎显得过于冗长;要点应该是,使用 Spring 的TaskExecutor
SPI,您可以选择适合您需求的实现,并在许多不同的地方使用它,包括 Java SE、Java EE 和云端。</LI>
@ResponseBody
注解,并描述了如何以仅需对实体进行一次映射的代价来获得Spring MVC 中基于 Jackson 和 JAXB 注解的编组。