[jbosscache-commits] JBoss Cache SVN: r8280 - enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_Tutorial/en-US.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sun Nov 1 01:20:35 EST 2009


Author: laubai
Date: 2009-11-01 01:20:35 -0500 (Sun, 01 Nov 2009)
New Revision: 8280

Modified:
   enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_Tutorial/en-US/JBoss_Cache_Tutorial.xml
Log:
Added changes for JBPAPP-2978.

Modified: enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_Tutorial/en-US/JBoss_Cache_Tutorial.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_Tutorial/en-US/JBoss_Cache_Tutorial.xml	2009-10-30 17:02:38 UTC (rev 8279)
+++ enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_Tutorial/en-US/JBoss_Cache_Tutorial.xml	2009-11-01 06:20:35 UTC (rev 8280)
@@ -11,8 +11,7 @@
          for POJO Cache, if it is the POJO Cache API you are interested in.
       </para>
       <para>
-         For details of configuration, usage and APIs, please refer to the
-         <ulink url="http://labs.jboss.org/jbosscache/docs/index.html">user manuals</ulink>.
+         For details about configuration, usage and APIs, please refer to the JBoss Cache User Guide for JBoss Enterprise Application Platform 5.0, available from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/"/>.
       </para>
 
    <section>
@@ -79,7 +78,7 @@
             <listitem><para>Changing to the
                <literal>${JBOSSCACHE_HOME}/tutorial</literal>
                directory (e.g.,<literal>cd ${JBOSSCACHE_HOME}/tutorial</literal>)</para></listitem>
-            <listitem><para>And then running the ant script (e.g.,<literal>ant run</literal>)</para></listitem>
+            <listitem><para>And then running the ant script (e.g., <literal>ant run</literal>)</para></listitem>
          </itemizedlist>
       </para>
 
@@ -181,8 +180,8 @@
          <para>7. Delete nodes</para>
 
          <programlisting role="JAVA"><![CDATA[
-   root.removeChild(childFqn1); // will also remove any data held under child1
-   root.removeChild(childFqn2); // will recursively remove child3 as well.
+root.removeChild(childFqn1); // will also remove any data held under child1
+root.removeChild(childFqn2); // will recursively remove child3 as well
                  ]]></programlisting>
 
         <!-- <para>
@@ -198,7 +197,7 @@
       <section>
          <title>Replication</title>
          <para>
-            For this tutorial, start two instances instance of the GUI. Repeat the exercises in the previous
+            For this tutorial, start two instances of the GUI. Repeat the exercises in the previous
             tutorial,
             only alternating between the two GUI windows when creating/removing nodes or adding/removing data. This
             demonstrates
@@ -209,7 +208,7 @@
       <section>
          <title>Transactions</title>
          <para>
-            For this tutorial, start two instances instance of the GUI. Repeat the exercises in the previous
+            For this tutorial, start two instances of the GUI. Repeat the exercises in the previous
             tutorial,
             only starting transactions before creating/removing nodes or adding/removing data. This will depict how
             replication only occurs on transaction boundaries. Try rolling back a few transactions as well, to see how



More information about the jbosscache-commits mailing list