[jboss-cvs] JBossCache/docs ...

Ben Wang bwang at jboss.com
Tue Nov 14 03:42:02 EST 2006


  User: bwang   
  Date: 06/11/14 03:42:02

  Modified:    docs     Readme.txt
  Log:
  upd
  
  Revision  Changes    Path
  1.9       +13 -5     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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Readme.txt	25 Sep 2006 00:23:29 -0000	1.8
  +++ Readme.txt	14 Nov 2006 08:42:02 -0000	1.9
  @@ -1,17 +1,25 @@
  -JBossCache -- a replicated and transactional tree cache with AOP
  +JBossCache -- a replicated, transactional, and fine-grained cache system
   ==================================================================
   
  +Note:
  + - We offer different packaging for download:
  +   + JBossCache-core-2.x, a core Cache edition
  +   + JBossCache-pojo-2.x, PojoCache edition (includes the core Cache as well)
  +   + JBossCache-all-2.x, everything includes docs
  +   + JBossCache-core-JDK140-2.x, a retro core Cache edition to run on JDK1.4.
  +
   Requirements:
  - - JDK 5.0 and up (may have 1.4 retro in the future)
  + - JDK 5.0 and up (but also have 1.4 retro edition)
   
   Directory structure:
    - examples. Complete individual examples with scripts. Has PojoCache examples for now.
    - 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
  +   To run it, use "sh build.sh run.batch".
  +   To run PojoCache example (if pojo edition is downloaded), do
  +   "sh build.sh run.pojocache.batch".
  + - docs. User doc, faq, and tutorial for both Cache and PojoCache.
    - lib. Has the necessary libraries to run both cache and examples.
      Includes log4j.jar, which beginning with JBossCache 1.2.4 is not required.
    - etc. Has sample configuration files for both Cache and PojoCache.
  
  
  



More information about the jboss-cvs-commits mailing list