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

Requirements:
 - JDK 1.3 and up (tested under JDK 1.4)

Directory structure:
 - examples. Has couple of 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).
 - docs. User doc, faq, and tutorial. See index.html
 - lib. Has the necessary libraries to run both cache and examples.
 - ant-dist. Ant distribution.

Examples:
 - 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://www.jboss.org/forum.jsp?forum=157)
   or the JBoss dev mailing list

