by memcachier
GitHub Readme.md
This is an example Java Jetty app that uses MemCachier to cache Fibonacci digits.
You can view a working version of this app here. Running this app on your local machine in development will work as well, although you'll need to install a local memcached server. MemCachier is currently only available with various cloud providers.
You can deploy this app yourself to Heroku to play with.
This example uses Spymemcached as the client for connecting to memcachier.
Another very good choice is XMemcached.
The Apache Maven build system is used. Simply execute:
$ mvn package
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/memcachier/examples-java.git
This library is BSD-licensed.