From jbosscache-commits at lists.jboss.org Tue Oct 23 07:07:52 2007 Content-Type: multipart/mixed; boundary="===============2091164149009018647==" MIME-Version: 1.0 From: jbosscache-commits at lists.jboss.org To: jbosscache-commits at lists.jboss.org Subject: [jbosscache-commits] JBoss Cache SVN: r4669 - in core/trunk/src/main: release and 1 other directory. Date: Tue, 23 Oct 2007 07:06:11 -0400 Message-ID: --===============2091164149009018647== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mircea.markus Date: 2007-10-23 07:06:11 -0400 (Tue, 23 Oct 2007) New Revision: 4669 Modified: core/trunk/src/main/docbook/tutorial/en/master.xml core/trunk/src/main/release/build.xml Log: fixing Modified: core/trunk/src/main/docbook/tutorial/en/master.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/src/main/docbook/tutorial/en/master.xml 2007-10-23 09:06:30 = UTC (rev 4668) +++ core/trunk/src/main/docbook/tutorial/en/master.xml 2007-10-23 11:06:11 = UTC (rev 4669) @@ -95,12 +95,7 @@ = The only script needed for this tutorial is the JBossCache/build.xml - ant script and the accompanying - driver scripts ( - build.sh - for Unix and - build.bat - for Windows). + ant script. You also need to have ant installed for running the demo. = @@ -108,13 +103,11 @@ Running The Demo GUI = - The demo is run by calling the ant script (via the driver) with t= he - run.demo - target. E.g., + The demo is run by calling the ant script with the run.d= emo target. E.g., = - ./build.sh run.demo + ant run.demo This will cause a GUI window to appear, giving you a tree view of= the cache in the top pane and a BeanShell @@ -154,8 +147,7 @@
Tutorials Note that it is recommended that you shut down and restart the demo = GUI for each of the following tutorials, to - ensure - clean caches every time. + ensure clean caches every time.
Caches and Nodes @@ -285,6 +277,15 @@ only starting transactions before creating/removing nodes or a= dding/removing data. This will depict how replication only occurs on transaction boundaries. Try rolling= back a few transactions as well, to see how nothing gets replicated in these cases. + Below is the sample code for managing transactions: +
= Modified: core/trunk/src/main/release/build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/src/main/release/build.xml 2007-10-23 09:06:30 UTC (rev 4668) +++ core/trunk/src/main/release/build.xml 2007-10-23 11:06:11 UTC (rev 4669) @@ -141,6 +141,7 @@ + = --===============2091164149009018647==--