[infinispan-commits] Infinispan SVN: r197 - trunk/core/src/main/release.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Apr 29 04:33:49 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-04-29 04:33:48 -0400 (Wed, 29 Apr 2009)
New Revision: 197

Modified:
   trunk/core/src/main/release/README-Demo.txt
   trunk/core/src/main/release/README-libs.txt
   trunk/core/src/main/release/README.txt
Log:
Updated docs

Modified: trunk/core/src/main/release/README-Demo.txt
===================================================================
--- trunk/core/src/main/release/README-Demo.txt	2009-04-29 08:18:27 UTC (rev 196)
+++ trunk/core/src/main/release/README-Demo.txt	2009-04-29 08:33:48 UTC (rev 197)
@@ -5,12 +5,14 @@
 
 The demo is packaged in the infinispan-<version>-all.ZIP and infinispan-<version>-bin.ZIP distributions.
 
-The demo can be launched using the bin/runGuiDemo.sh script from the project root.
+The demo can be launched using the bin/runGuiDemo.sh script from the project root.  Note that the configuration file
+used by the demo can be changed by modifying runGuiDemo.sh to pass in
 
-Note that the configuration file used by the demo can be changed by modifying runGuiDemo.sh to pass in
-
    -Dinfinispan.demo.cfg=file:/path/to/config.xml
 
-to your JVM.  This allows you to try out and visualize different configurations.
+to your JVM.  This allows you to try out and visualize different configurations.  If you are running the demo in a
+clustered mode, it would make sense to launch several instances of the demo and watch data move around across different
+instances.
 
-NB: There is no Windows .CMD or .BAT versions of runGuiDemo.sh at this time.  Contributions are welcome!  :-)
\ No newline at end of file
+
+TODO There is no Windows .CMD or .BAT versions of runGuiDemo.sh at this time.  Contributions are welcome!  :-)
\ No newline at end of file

Modified: trunk/core/src/main/release/README-libs.txt
===================================================================
--- trunk/core/src/main/release/README-libs.txt	2009-04-29 08:18:27 UTC (rev 196)
+++ trunk/core/src/main/release/README-libs.txt	2009-04-29 08:33:48 UTC (rev 197)
@@ -1,7 +1,7 @@
 JARs included in the distribution
 
-1) REQUIRED JARs
-----------------
+REQUIRED JARs
+-------------
 
 The following JARs are REQUIRED for the proper operation of Infinispan, in addition to the infinispan-core.jar file:
 
@@ -16,23 +16,6 @@
 
 * jta.jar - JTA interfaces.  Not needed if these are provided elsewhere, e.g., an application server.
 
-2) OPTIONAL JARs
-----------------
+Further, each additional module that you use - for example, cachestore/jdbc or tree - may have additional dependencies.
 
-The following JARs are OPTIONAL, based on the use of certain cache features:
-
-* je.jar - (licenses/LICENSE-bdbje-lib.txt) - Used by the BDBJECacheLoader, and only necessary if you use this cache loader
-  implementation.  BerkeleyDB is a fast and efficient filesystem-based database from Oracle.
-
-* c3p0.jar - (http://sourceforge.net/projects/c3p0) - Database connection pooling library.  Optionally used if you wish
-  to use the JDBCCacheLoader and are not running within an application server (and hence don't have external connection
-  pooling via a DataSource).  See the User Guide on enabling C3P0 connection pooling for the JDBCCacheLoader.
-
-* jdbm.jar - (http://jdbm.sourceforge.net/) - A filesystem-based database similar to BerkeleyDB.  Used by the JdbmCacheLoader.
-
-* amazon-s3.jar - LGPL licensed utilities for communicating with the Amazon S3 service.  Used by the S3CacheLoader.
-
-* commons-httpclientjar - Required by amazon-s3.
-
-* commons-codec.jar - Required by amazon-s3.
   
\ No newline at end of file

Modified: trunk/core/src/main/release/README.txt
===================================================================
--- trunk/core/src/main/release/README.txt	2009-04-29 08:18:27 UTC (rev 196)
+++ trunk/core/src/main/release/README.txt	2009-04-29 08:33:48 UTC (rev 197)
@@ -1,17 +1,41 @@
 Infinispan -- a distributed, transactional, highly scalable data structure
 ==========================================================================
 
-Note:
- - We offer different packaging for download:
-   // TODO write this up
+We offer different distributions for download:
 
-Requirements:
- - JDK 5.0 and up
+* infinispan-X.Y.Z-all.ZIP
+   * contains core jar + dependencies
+   * additional optional modules + dependencies
+   * test classes
+   * sample configurations
+   * API documentation
+   * GUI demo
 
-Problems:
- - Please report problems on the Infinispan user forum.  Please see
+* infinispan-X.Y.Z-bin.ZIP
+   * contains core jar + dependencies
+   * additional optional modules + dependencies
+   * sample configurations
+   * API documentation
+   * GUI demo
 
-      http://www.jboss.org/infinispan/community
+* infinispan-X.Y.Z-single_jar.ZIP
+   * contains a single jar containing infinispan-core and all optional modules + dependencies
+   * sample configurations
+   * API documentation
 
-   for details.
+* infinispan-X.Y.Z-src.ZIP
+   * snapshot of the source code tree from subversion for this release
+
+Requirements
+------------
+
+Infinispan needs a JDK 5.0 compliant Java virtual machine.  And nothing else.
+
+Problems
+--------
+Please report problems on the Infinispan user forum.  Please see
+
+   http://www.jboss.org/infinispan/community
+
+for details.
    
\ No newline at end of file




More information about the infinispan-commits mailing list