领先一步
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
处理不同类型的 RESTful 资源的影响。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 的博客上有一篇不错的文章介绍如何设置基于 Spring MVC 3.0 的应用程序。请注意,使用更新版本的 Spring,您不需要任何用于web.xml
或 Spring 应用程序上下文的 XML。
EntityManager
引用。这种方法很简单,并且是使用 Spring 的 Java 配置风格可以轻松实现的独特之处。