领先一步
VMware 提供培训和认证,助您加速进步。
了解更多欢迎来到又一期《本周 Spring》!本周,有大量的 Spring Tool Suite 新闻,所以请务必关注。
<A href="http://www.springsource.org/sts"> the new release</a> and try it out.
One last reminder: be sure to join me Thursday for a <a href="http://www.springsource.org/node/4033">webinar introducing Spring's REST and mobile support</a> at 3:00PM GMT (for Europeans) and 10:00AM PST (for North America).
If you've wanted to learn how to build mobile applications for your Spring-based backend services, then this talk is for you. We'll look
at Spring's rich support for REST,
Android and mobile platforms, in general.
Nicolas Frankel has a nice post
<a href="http://blog.frankel.ch/consider-replacing-spring-xml-configuration-with-javaconfig">on replacing Spring XML with Java Configuration</a>.
DeferredResult进行异步处理的文章。HttpMessageConverter 实例对 RestTemplate 的影响。RestTemplate 和 REST 之前,在面向文档的 SOAP 驱动的 Web 服务和 Spring Web Services 之前,有 Spring 的 JaxWsPortProxyFactoryBean,它可以为您提供一个强类型客户端,用于通过 JAX-WS端口或客户端与 SOAP Web 服务进行通信。 This post introduces how <A href="http://www.tweetsofjava.com/?p=133">to use Spring's JAX-WS support to create a client</a>.
Kamal's blog 发表了一篇关于如何设置一个基于 Spring MVC 3.0 的应用程序的出色文章。请注意,使用更新版本的 Spring,您不再需要 XML 来配置 web.xml 或 Spring 应用程序上下文。
EntityManager 引用。这种方法很简单,并且是使用 Spring 的 Java 配置风格可以轻松完成的事情。