领先一步
VMware 提供培训和认证,以加速您的进步。
了解更多信息欢迎阅读另一期本周 Spring!对于 Pivotal 的 Spring 来说,这是一个激动人心的一周,您可以在重新安排的 Pivotal 启动活动(4月24日)中了解更多信息。
Spring, of course, has an amazing REST stack and I highly encourage people to check out how to build consolidated, streamlined REST services with Spring! Moving on... :)
InitBinder
解决类型不匹配并在 Spring MVC 中从 POST
绑定异常到控制器操作的优秀文章。javax.transaction.Transactional
注解需要多少代码?几乎没有!此处的代码大部分只是单元测试。否则,这只是将 JTA 注解简单地映射到 Spring 已支持的引擎,该引擎目前还支持本机 Spring @Transactional
和 @javax.ejb.TransactionAttribute
注解。RestTemplate
执行HTTP 基本身份验证的优秀文章。org.springframework.util.StopWatch
的实用程序类,可用于测量方法调用的执行情况。Javarevisited 博客有一篇 <a href="http://www.stumbleupon.com/su/1rKtfP/javarevisited.blogspot.com.au/2012/04/how-to-measure-elapsed-execution-time.html">nice post on how to use the <CODE>StopWatch</code> class</a>.
</LI>