/cluster

JBoss Cluster Framework(jGroups, JBossCache, Infinispan) Demo

Primary LanguageJavaApache License 2.0Apache-2.0

JBoss Cluster Framework Demo

A series demo that allows you quick understand JBoss Cluster/Data Grid Framework(jGroups, JBossCache, Infinispan).

Build

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.

Run

$ unzip cluster-demo-dist.zip
$ cd cluster-demo-<version>/
$ ./bin/draw.sh

Complete jGroups Demos Gallery

Contribute