更进一步
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
和 Spring MVC 3.2 的异步请求控制器 的文章。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,您不需要任何用于 web.xml
或 Spring 应用程序上下文的 XML。
EntityManager
引用。该方法很简单,并且使用 Spring 的 Java 配置风格可以轻松地做到这一点。