MemCachier Java Example App

by memcachier

GitHub Readme.md

MemCachier Java Example App

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.

Deploy to Heroku

You can deploy this app yourself to Heroku to play with.

Deploy

Client

This example uses Spymemcached as the client for connecting to memcachier.

Another very good choice is XMemcached.

Building

The Apache Maven build system is used. Simply execute:

$ mvn package

Get involved!

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

Licensing

This library is BSD-licensed.