JBossCache -- a replicated and transactional tree cache with AOP
==================================================================

Requirements:
 - JDK 1.4 and up (tested under JDK 1.4)
 - JDK 5.0 is now also supported for POJO Cache with annotation

Directory structure:
 - examples. Complete individual examples with scripts. Has 
   PojoCache examples for now.
 - tools. Has Ant build.xml scripts for PojoCache annoc and aopc that
   a user can readily import to.
 - tests. Has unit testing examples for both local,
   replicated, and aop cases. In addition, under etc directory
   there are sample configuration files for both TreeCache and
   TreeCacheAop. To run it, use "sh build.sh run.batch" or
   "sh build.sh run.aop.batch" (for aop).
 - tests-50. Unit tests for POJO Cache JDK5.0 annotation
 - docs. User doc, faq, and tutorial. See index.html
 - lib. Has the necessary libraries to run both cache and examples.
   Includes log4j.jar, which beginning with JBossCache 1.2.4 is not required.
 - lib-50. If you need to use the POJO Cache with JDK50 annotation, you will
   need to include these libraries along with lib (but exclude lib/jboss-cache.jar 
   and jboss-aop.jar).
 - etc. Has sample configuration files for both TreeCache and TreeCacheAop.
 - resources. Has jboss-aop.xml for annotation support by TreeCacheAop.
 - ant-dist. Ant distribution.

Tests:
 - under DOS, "build.bat" will display the available commands.
 - under Linux/Cygwin, "sh build.sh" will display the available commands.
 - currently commands available are: compile, clobber, run.bat, run.aop.bat,
   run.demo, and run.aop.demo
 - also see docs/Tutorial.html for demo

Problems:
 - Please report problems to the JBoss cache forum 
   (http://labs.jboss.org/jbosscache)
   or the JBoss dev mailing list

