领先一步
VMware提供培训和认证,以加快您的进度。
了解更多
欢迎来到另一期的《本周Spring》!我将前往挪威奥斯陆参加JavaZone会议,与大家讨论如何在Cloud Foundry之上使用Spring Integration和Spring Batch。这是一种很自然的用例:Cloud Foundry使扩展以处理最大工作负载变得容易,而Spring Integration和Spring Batch(可能位于RabbitMQ之上)负责处理管道工作,并在集群中完成繁重的工作负载分配。
<P>Wrapping up from last week's Cloud Foundry Open Tour - India, touring <a href="http://opentour.cloudfoundry.com/2012/bangalore">Bangalore</a>, and <a href="http://opentour.cloudfoundry.com/2012/pune">Pune</a>, I got great feedback about using Spring MVC for multi-client applications with REST. We looked at deploying those applications to <a href="http://cloudfoundry.org">Cloud Foundry</a>, the open-source PaaS from VMware, where you can control the range of channels that your Spring MVC/REST architecture can deliver to. It's been a truly exciting time. Cloud Foundry gives developers a platform to deploy the Spring applications they want to build, how they want to build them, without having to worry about infrastructure and middleware concerns. </p>
<P>Also don't miss the Spring, Groovy and Grails event of the year in Washington, DC: <a href="http://www.springone2gx.com/conference/washington/2012/10/home">SpringOne2GX</a>. If you haven't already registered, now's the time!
</p>
</p>
像往常一样,我们有很多精彩的内容要看,所以让我们开始吧!
<constructor-arg/>
标签通过参数索引指定bean构造函数参数。default
servlet的工作原理以及从3.0版本开始的Spring MVC如何利用它的信息非常棒,值得任何人都快速阅读。文件
>新建
>Spring模板项目
菜单,您将有几个选项,包括一个在Web应用程序中配置完整Spring Batch Admin的项目! </LI>
MockWebServiceClient
来驱动对Web服务的有效负载驱动请求,并验证结果。为了启动Web服务,他使用了Spring Integration入站Web服务网关。这是设置Web服务端点的一种替代方法。或者,您可以使用Spring Web Services,并将其直接公开在Web应用程序本身中,或者在Spring MVC的Web处理机制之上。这种方法对我来说更有意义,因为它使您可以更好地使用Spring Integration工具箱中包含的许多谚语工具来表达请求处理管道。Tshikatshikaa
或技术笔记博客非常好的介绍了如何使用使用JPA 2和Spring 3.1的测试支持以及Java配置对Spring服务和数据访问对象(DAO)进行单元测试。RestTemplate
对象来集成测试Web服务。这篇文章还链接到一些非常好的客户端,包括SoapUI、Firefox REST客户端插件和Chrome的POST MAN插件。