A series demo that allows you quick understand JBoss Cluster/Data Grid Framework(jGroups, JBossCache, Infinispan).
- install JDK 1.7 or higher
- install maven 3 - http://maven.apache.org
Enter the following:
$ git clone git@github.com:<yourname>/cluster.git
$ cd cluster
$ mvn clean install -P release
cluster-demo-dist.zip
will be generated under cluster/build/target
directory once the build is completed.
$ unzip cluster-demo-dist.zip
$ cd cluster-demo-<version>/
$ ./bin/draw.sh
Complete jGroups Demos Gallery
- Open an issue on https://github.com/jbosschina/cluster/issues
- Fork and submit pull request