[jbosscache-commits] JBoss Cache SVN: r5179 - demos/core-demo-gui/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Jan 21 20:19:43 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-21 20:19:43 -0500 (Mon, 21 Jan 2008)
New Revision: 5179

Modified:
   demos/core-demo-gui/trunk/README.txt
   demos/core-demo-gui/trunk/pom.xml
Log:
Updated to use 2.1.0.CR3 and updated README

Modified: demos/core-demo-gui/trunk/README.txt
===================================================================
--- demos/core-demo-gui/trunk/README.txt	2008-01-22 01:11:44 UTC (rev 5178)
+++ demos/core-demo-gui/trunk/README.txt	2008-01-22 01:19:43 UTC (rev 5179)
@@ -4,15 +4,25 @@
 ------------------
 
 To run the demo, all you need is a Java 5 compliant JVM.  All dependencies are packaged in the demo ZIP file, which
-can be downloaded from http://snapshots.jboss.org/maven2/org/jboss/cache/jbosscache-demo/1.0-SNAPSHOT/
+can be downloaded from the JBoss.org Maven2 repository [1].
 
 Simply unzip the demo distribution and use the "run.sh" shell script to launch the demo GUI.  Click around,
 it's mostly pretty intuitive but some documentation will come along in good time.
 
+You would typically want to edit the demo-cache-config.xml file to suit the features you hope to see in action.  You
+also probably want to start several instances of the demo to watch how data replicates, and how the caches behave when
+instances leave the cluster nicely (the "stop cache" button) or not-so-nicely (kill the process).
+
+* Feedback
+----------
+
+Please provide all feedback on the JBoss Cache User Forum [2] for now.  In future we may decide to set up a separate forum
+for this demo.
+
 * Building the demo
 -------------------
 
-You need to use Maven 2 to build the demo from sources.  Simply check out the sources for the demo from http://anonsvn.jboss.org/repos/jbosscache/demos/core-demo-gui/trunk
+You need to use Maven 2 to build the demo from sources.  Simply check out the sources for the demo from Subversion [3]
 and build using "mvn clean install", which will generate the ZIP distribution in "target/distribution"
 
 * Developing the demo
@@ -20,3 +30,7 @@
 
 You need to use IntelliJ IDEA's UIDesigner to edit the Swing forms in this project.  To generate IDEA project files,
 run "mvn idea:idea" and then open the resulting project file in IntelliJ.
+
+[1] http://snapshots.jboss.org/maven2/org/jboss/cache/jbosscache-demo/1.0-SNAPSHOT/
+[2] http://www.jboss.com/index.html?module=bb&op=viewforum&f=157
+[3] http://anonsvn.jboss.org/repos/jbosscache/demos/core-demo-gui/trunk
\ No newline at end of file

Modified: demos/core-demo-gui/trunk/pom.xml
===================================================================
--- demos/core-demo-gui/trunk/pom.xml	2008-01-22 01:11:44 UTC (rev 5178)
+++ demos/core-demo-gui/trunk/pom.xml	2008-01-22 01:19:43 UTC (rev 5179)
@@ -13,7 +13,7 @@
    </parent>
    <groupId>org.jboss.cache</groupId>
    <artifactId>jbosscache-demo</artifactId>
-   <version>1.0-SNAPSHOT</version>
+   <version>1.0.BETA1</version>
    <name>JBoss Cache - Core Edition GUI Demo</name>
    <description>JBoss Cache - Core Edition GUI Demo</description>
    <packaging>jar</packaging>
@@ -21,7 +21,7 @@
       <dependency>
          <groupId>org.jboss.cache</groupId>
          <artifactId>jbosscache-core</artifactId>
-         <version>2.1.0-SNAPSHOT</version>
+         <version>2.1.0.CR3</version>
       </dependency>
       <dependency>
          <groupId>jgoodies</groupId>




More information about the jbosscache-commits mailing list