Skip to content

cloudadc/cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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