The script files that are needed (located under install directory) in this tutorial are:
build.sh (or build.bat for DOS/Windows). Simple build script that wraps around ant. Users can simply type sh build.sh for help. Note from now on, we will only refer to the Unix version with the understanding that there is a corresponding DOS counterpart. The same goes for runDemoShell explained next.
runDemoShell.sh. Simple run script that wraps around BeanShell. This is used to operate the replicated cache through interactive command line.
plain.bsh. Java code that instantiate and configure the cache. It also creates an example cache entry.
aop.bsh. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plaing old Java object) classes (e.g., Person and Address).
aopWithTx.bsh. Same with aop.bsh except it also instantiates a transaction context.