领先一步
VMware 提供培训和认证,助您加速进步。
了解更多欢迎阅读又一期《Spring 本周动态》!
本周,我和 SpringSource 和 Cloud Foundry 团队的其他成员在班加罗尔,与主要的系统集成商讨论 Spring 和 Cloud Foundry。反响惊人,反馈甚至更好。
在相关新闻中,Cloud Foundry Open Tour 将于下个月来到印度!如果您想听听思想领袖和专家们关于云计算、平台即服务、架构和 Spring 的演讲,请务必立即注册参加班加罗尔或浦那的活动。我期待在那里见到您!
新版本在授权服务器功能方面提供了许多新的扩展点,提供了 Whitelabel UI 以获得更好的开箱即用体验,并改进了对安全过滤器中表达式的支持。快来试试吧!
<LI> WADL is a description format for RESTful web-services, in much the same way that WSDL describes SOAP-based web services' contracts. This excellent blog post, by Pankaj Bhatt, has an interesting approach <a href = "http://panbhatt.blogspot.in/2012/07/spring-mvc-wadl-generation.html">to generating WADL descriptions for Spring MVC-based RESTful services</a>. </LI>
<LI> Roger Hughes is at it again, this time with <a href ="http://java.dzone.com/articles/getting-started-spring-social-0">part 2 of his look at Spring Social</A>. </LI>
<LI> Nicolas Frankel has a nice blog <a href = "http://java.dzone.com/articles/method-injection-spring">on method injection with Spring</a>.
Method injection is less useful with the introduction of Java configuration support, of course. Spring supports the injection of proxies of your beans that are recreated according to their scope on access in beans of larger scopes. In XML, this means using the <CODE><aop:scoped-proxy/></CODE> element in your bean definitions, or specifying the <CODE>proxyMode</CODE> attribute in the <CODE>@Bean</CODE> annotation on your Java configuration-based bean definitions.
</LI>
<LI> Gordon Dickens is back at it, this time with a nice post on the third part of his blog series <A href = "http://gordondickens.com/wordpress/2012/07/30/enterprise-spring-framework-best-practices-part-3-xml-config/"> introducing best practices for setting up Spring applications</A>. </LI>
<LI>
Semika Koku Kaluge has an interesting post on how to use <a href = "http://semikas.blogspot.gr/2012/07/spring-3-internationalization-and.html">Spring's <CODE>LocaleChangeInterceptor</CODE> to
通过 HTTP 请求设置国际化消息的 Locale。
</LI>
<LI> The <A href ="http://www.tomcatexpert.com">TomcatExpert</A> has a blog on <A href = "http://www.tomcatexpert.com/blog/2012/07/09/apache-tomcat-7029-released"> the release of Apache Tomcat 7.0.29</A>. </LI><LI> Then, <A href ="http://www.tomcatexpert.com">TomcatExpert</A> has a nice blog on migrating <A href= "http://www.tomcatexpert.com/blog/2012/07/17/migrating-applications-websphere-or-weblogic-vfabric-tc-server-%E2%80%93-july-24th-2pm-et">from Websphere to Weblogic to tcServer</A>, which is the more operations-friendly version of Tomcat packaged as part of VMWare's vFabric. </LI><LI> Finally, <A href ="http://www.tomcatexpert.com">TomcatExpert</A> has a nice post on <a href = "http://www.tomcatexpert.com/blog/2012/07/10/enabling-ssl-communication-and-client-certificate-authentication-between-apache-web-">setting up SSL in Apache Tomcat</A>. </LI>
</OL>