> please help me I am using Appfuse architecture and MS-SQL as back end. > I am using hibernate for interacting with database please tell me how > to implement memcache. >
Your best bet would be to do a bit of research on your own to make sure that memcache is the right choice. Look over the faq a bit... http://code.google.com/p/memcached/wiki/Start Have a look at Dustin's spymemcached library for Java. Play around with that and get a feel for how it works... http://code.google.com/p/spymemcached/ Then once our comfortable with all that, try out the hibernate-memcached library. It uses spymemcached to enable memcached as a second-level cache... http://code.google.com/p/hibernate-memcached/ Spymemcached and hibernate-memcached both have their own groups to answer questions on those respective projects.
