I would like to use memcached in my java web application and after some digging, I found that spymemcached and xmemcached are considered the best in the java community.
After a closer look at these libraries, I found that they use tons of additional libraries (spring, jboss.netty, hibernate, ...)
and that makes sense to me because my Java application is based on some 3 (openfire), which uses a pier as a servlet container and tends to be simple and fast.
Is there any memcached client implementation that doesnβt need so many dependencies? (Or maybe there is a way to use spymemcahed without them)
source share