Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWelcome back to another installment of This Week in Spring. Lots of good stuff to get into, so let's get to it.
CacheManager
implementation that uses Redis! Out of the box, Spring 3.1's cache abstraction supports a CacheManager
implementation based on the java.util.Map<K,V>
interface, and an Ehcache implementation. The Spring Gemfire project ships with a CacheManager
implementation that delegates to GemFire, as well. This new Redis implementation adds to the raft of options available already, and Spring 3.1's not even GA!
<LI> <a href="http://www.springsource.org/node/3183">Spring Integration 2.0.5 has just been released.</a>
This release addresses 48 issues of which roughly half were bugs and half were improvements. For details <A href="https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10121&version=12104">see the Release Notes</a>. </li>
<LI>Dr. David Syer, lead of the <a href="http://static.springsource.org/spring-batch/">Spring Batch project,</a> lead of the Spring Hadoop project, committer on just about everything else, and nice guy, all around, has just posted an amazingly clear, helpful post on navigating <a href="http://blog.springsource.com/2011/07/18/social-coding-pull-requests-what-to-do-when-things-get-complicated/">the rough waters of a complicated Git pull request</a>. A <em>must-read</em> if - like me - you know that Git could solve all your workflow problems, if you only really understood it!
Remember, the process starts on <a href="http://git.SpringSource.org/">git.SpringSource.org</a> and on <a href="http://www.github.com/SpringSource">github.com/SpringSource</a>.
Check it ... err... <em>clone</em> it out!
</li>
</li>