Memecached in java and spring

2008-10-29 Thread [EMAIL PROTECTED]
Hi, We have an application in java and spring in windows environment. Is it possible to add the memecached in this project with minimum code changes? I dont know hot to start and where to start.. Pls help if anybody knows. Lots of thanks in Advance Rgds, Rajeev

Re: Memecached in java and spring

2008-10-30 Thread Ray Krueger
First you need to decide what you want cached. Then you need to think about how you're going to cache it. Once you know that all you need is a java memcached client, you can find one here. http://www.danga.com/memcached/apis.bml If you're using hibernate you should also look at http://code.googl