Simple-Spring-Memcached http://code.google.com/p/simple-spring-memcached/  A library that enables your code to benefit from distributed caching (via memcached), with minimal configuration and simple annotations.
Bio Nelz Carpentier
Sr. Software Engineer at Widgetbox, Inc
10+ Years as a Software Engineer
http://www.nelz.net/
http://www.twitter.com/nelz9999
http://www.linkedin.com/in/nelz9999
Target Audience Technical Folks
Familiar with Spring
May be interested in adding Memcached
Understand the basics of Caching
Understand the basics of Distributed Caching
Target Code / Infrastructure Java
Spring
Serializable / Externalizable Objects
High-Read, Low-Write
You control (or can wrap) the methods you want to cache
Expensive Read Operations
Operational Ability to Support Memcached
SSM's Niche
Motivation Broke New Ground?
Share My Learnings
Self-Evident Concept
Not Too Smart Willing to do the work
Shoulders of Giants Build Maven
Cobertura Test TestNG
EasyMock
Mirror Runtime Spy Memcached
Spring / AspectJ
Log4J
Desired Characteristics of Caching Needed in many layers
Should be transparent to main code flow
Similar characteristics Logging
Security Cross-cutting concern?
AOP to the Rescue!
Configure the ApplicationContext <import resource=&quot;classpath:simplesm-context.xml&quot; />
<bean id=&quot;memcachedConnectionBean&quot; class=

Simple Spring Memcached