[jboss-cvs] JBossAS SVN: r77392 - in projects/docs/enterprise: 4.2.5/Cache/Cache_Tutorial/en-US and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 24 20:24:43 EDT 2008


Author: irooskov at redhat.com
Date: 2008-08-24 20:24:42 -0400 (Sun, 24 Aug 2008)
New Revision: 77392

Modified:
   projects/docs/enterprise/4.2.5/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
   projects/docs/enterprise/4.2/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
   projects/docs/enterprise/4.3.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
   projects/docs/enterprise/4.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
Log:
updated Cache Tutorial with spelling fix - closing RT ticket #26926


Modified: projects/docs/enterprise/4.2/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
===================================================================
--- projects/docs/enterprise/4.2/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-24 17:44:59 UTC (rev 77391)
+++ projects/docs/enterprise/4.2/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-25 00:24:42 UTC (rev 77392)
@@ -12,7 +12,7 @@
 	<chapter id="JBossCache_Tutorial-Introduction">
 		<title>Introduction</title>
 		<para>
-			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plaing cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
+			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plain cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
 		</para>
 		<section id="Introduction-Scope">
 			<title>Scope</title>
@@ -90,7 +90,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plaing old Java object) classes (e.g., Person and Address). 
+					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plain old Java object) classes (e.g., Person and Address). 
 				</para>
 			</listitem>
 			<listitem>

Modified: projects/docs/enterprise/4.2.5/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-24 17:44:59 UTC (rev 77391)
+++ projects/docs/enterprise/4.2.5/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-25 00:24:42 UTC (rev 77392)
@@ -12,7 +12,7 @@
 	<chapter id="JBossCache_Tutorial-Introduction">
 		<title>Introduction</title>
 		<para>
-			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plaing cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
+			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plain cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
 		</para>
 		<section id="Introduction-Scope">
 			<title>Scope</title>
@@ -90,7 +90,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plaing old Java object) classes (e.g., Person and Address). 
+					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plain old Java object) classes (e.g., Person and Address). 
 				</para>
 			</listitem>
 			<listitem>

Modified: projects/docs/enterprise/4.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
===================================================================
--- projects/docs/enterprise/4.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-24 17:44:59 UTC (rev 77391)
+++ projects/docs/enterprise/4.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-25 00:24:42 UTC (rev 77392)
@@ -12,7 +12,7 @@
 	<chapter id="JBossCache_Tutorial-Introduction">
 		<title>Introduction</title>
 		<para>
-			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plaing cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
+			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plain cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
 		</para>
 		<section id="Introduction-Scope">
 			<title>Scope</title>
@@ -90,7 +90,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plaing old Java object) classes (e.g., Person and Address). 
+					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plain old Java object) classes (e.g., Person and Address). 
 				</para>
 			</listitem>
 			<listitem>

Modified: projects/docs/enterprise/4.3.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-24 17:44:59 UTC (rev 77391)
+++ projects/docs/enterprise/4.3.3/Cache/Cache_Tutorial/en-US/Cache_Tutorial.xml	2008-08-25 00:24:42 UTC (rev 77392)
@@ -12,7 +12,7 @@
 	<chapter id="JBossCache_Tutorial-Introduction">
 		<title>Introduction</title>
 		<para>
-			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plaing cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
+			JBossCache is an in-memory replicated (synchronous or asynchronous), transactional, and fine-grained cache. It consists of two subsystems: TreeCache (plain cache) and PojoCache (object-oriented POJO cache). In this tutorial, we will demonstrate the usage of both cache features. For details of the usage and APIs, please refer to the user manuals for <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">TreeCache</ulink> and <ulink url="http://labs.jboss.org/portal/jbosscache/docs/index.html">PojoCache</ulink>. 
 		</para>
 		<section id="Introduction-Scope">
 			<title>Scope</title>
@@ -90,7 +90,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plaing old Java object) classes (e.g., Person and Address). 
+					<literal>aop.bsh</literal>. Java codes that instantiate and configure the aop cache. In addition, it also sets up the example POJO (plain old Java object) classes (e.g., Person and Address). 
 				</para>
 			</listitem>
 			<listitem>




More information about the jboss-cvs-commits mailing list