[jboss-cvs] JBossCache/docs ...

Ben Wang bwang at jboss.com
Sun Sep 24 20:23:29 EDT 2006


  User: bwang   
  Date: 06/09/24 20:23:29

  Modified:    docs     Readme.txt
  Log:
  upd
  
  Revision  Changes    Path
  1.8       +10 -15    JBossCache/docs/Readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/Readme.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Readme.txt	13 Feb 2006 11:29:41 -0000	1.7
  +++ Readme.txt	25 Sep 2006 00:23:29 -0000	1.8
  @@ -2,32 +2,27 @@
   ==================================================================
   
   Requirements:
  - - JDK 1.4 and up (tested under JDK 1.4)
  - - JDK 5.0 is now also supported for POJO Cache with annotation
  + - JDK 5.0 and up (may have 1.4 retro in the future)
   
   Directory structure:
    - examples. Complete individual examples with scripts. Has PojoCache examples for now.
  - - 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
  + - tests. Has unit testing examples for both local and
  +   replicated cases. In addition, under etc directory
  +   there are sample configuration files for the core Cache.
  +   To run it, use "sh build.sh run.batch" or
  +   "sh build.sh run.pojocache.batch" (for pojocache).
    - 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.
  + - etc. Has sample configuration files for both Cache and PojoCache.
  + - resources. Has pojocache-aop.xml for annotation support by PojoCache.
    - 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
  + - currently commands available are: compile, clobber, run.bat, run.pojocache.bat,
  +   run.demo, and run.pojocache.demo
    - also see docs/Tutorial.html for demo
   
   Problems:
  
  
  



More information about the jboss-cvs-commits mailing list