领先一步
VMware 提供培训和认证,以加速您的进步。
了解更多欢迎回到另一期《本周 Spring》。像往常一样,我们有很多内容要看,所以,事不宜迟……
<a href="http://gigaom.com/2012/12/18/a-programmers-guide-to-big-data-12-tools-to-know/">and of course Spring Data is mentioned in there</a>, too!
</LI>
<LI>
The <EM> ODBMS Industry Watch</em> blog
and professor Roberto V. Zicari
has a nice interview
<a href ="http://www.odbms.org/blog/2013/01/the-spring-data-project-interview-with-david-turanski">with Spring ninja David Turanski on Spring Data</a>. Definitely a good read!
</LI>
<LI>
Robin Varghese has put together a straight-forward blog on sending email with
<a href="http://learningviacode.blogspot.com/2013/01/processing-template-text-in-spring.html">dynamic
templates driven by Velocity</a>. This seems to be a common use case, and it's always good to find
more up-to-date resources. Many people will no doubt have found Matt Raible's
post from 9 <EM>years</em> ago on the same subject,
<a href="http://www.theserverside.com/news/1377021/Sending-Velocity-based-E-mail-with-Spring">
which is also very illustrative but, alas, a little outdated</a>. Nice to see this more updated approach to an old classic!
</Li>
Hey, this is <EM>interesting</EM>! Did you guys know there was a Spring for Delphi (also, I guess, referred to as Spring4D)?
Me either... @_@ With that in mind, I found this post
introducing <a href="http://www.nickhodges.com/post/Loop-Less-with-IEnumerable-and-Spring-for-Delphi.aspx">some of the collection libraries that seem both very friendly and powerful in Spring for Delphi</a>.
Cool!
RequestMappingHandlerAdapter
做了很好的介绍。<a href="http://www.lordofthejars.com/2013/01/testing-spring-data-mongodb.html">post on unit testing Spring Data MongoDB with NoSQL Unit</a>! Cool.
@Value
注解注入 java.util.Date
值。非常酷!