[jbosscache-commits] JBoss Cache SVN: r8331 - enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 21 00:44:25 EST 2010


Author: laubai
Date: 2010-01-21 00:44:24 -0500 (Thu, 21 Jan 2010)
New Revision: 8331

Modified:
   enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Book_Info.xml
   enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.ent
   enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml
   enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/cache_loaders.xml
   enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml
Log:
Corrected tags for brew build.

Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Book_Info.xml
===================================================================
--- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Book_Info.xml	2010-01-21 05:37:01 UTC (rev 8330)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Book_Info.xml	2010-01-21 05:44:24 UTC (rev 8331)
@@ -3,14 +3,14 @@
 
 <bookinfo id="JBoss_Cache">
 	<title>JBoss Cache User Guide</title>
-	<subtitle>for Use with JBoss Enterprise Application Platform 5.0</subtitle>
+	<subtitle>for Use with JBoss Enterprise Web Platform 5.0</subtitle>
 	<edition>2.0</edition>
 	<pubsnumber>1</pubsnumber>
-	<productname>JBoss Enterprise Application Platform</productname>
+	<productname>JBoss Enterprise Web Platform</productname>
 	<productnumber>5.0</productnumber>
 	<abstract>
 		<para>
-			This book is the User Guide for Cache of the JBoss Enterprise Application Platform.
+			This book is the User Guide for Cache of the JBoss Enterprise Web Platform.
 		</para>
 	</abstract>
 	<isbn>N/A</isbn>

Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.ent
===================================================================
--- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.ent	2010-01-21 05:37:01 UTC (rev 8330)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.ent	2010-01-21 05:44:24 UTC (rev 8331)
@@ -1,3 +1,4 @@
 <!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2009">
+<!ENTITY YEAR "2010">
 <!ENTITY VERSION "">
+<!ENTITY PRODUCT "JBoss Enterprise Web Platform">

Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml
===================================================================
--- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml	2010-01-21 05:37:01 UTC (rev 8330)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/Revision_History.xml	2010-01-21 05:44:24 UTC (rev 8331)
@@ -8,7 +8,7 @@
 		<revhistory>
 			<revision>
 				<revnumber>1.0</revnumber>
-				<date>Thu Oct 22 2009</date>
+				<date>Thu Jan 21 2010</date>
 				<author>
 					<firstname>Laura</firstname>
 					<surname>Bailey</surname>

Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/cache_loaders.xml
===================================================================
--- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/cache_loaders.xml	2010-01-21 05:37:01 UTC (rev 8330)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/cache_loaders.xml	2010-01-21 05:44:24 UTC (rev 8331)
@@ -247,7 +247,7 @@
 
         <note>
           <title>Using the <literal>async</literal> element</title>
-          </para>
+          <para>
             There is always the possibility of dirty reads since
             all writes are performed asynchronously, and it is thus impossible to
             guarantee when (and even if) a write succeeds. This needs to be kept in

Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml
===================================================================
--- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml	2010-01-21 05:37:01 UTC (rev 8330)
+++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/introduction.xml	2010-01-21 05:44:24 UTC (rev 8331)
@@ -21,7 +21,7 @@
          When used in a clustered mode, the cache is an effective mechanism of building high availability, fault
          tolerance and even load balancing into custom applications and frameworks.  For example, the
          <ulink url="http://www.jboss.org/projects/jbossas/">JBoss Application Server</ulink> and Red Hat's
-         <ulink url="http://www.jboss.com">Enterprise Application Platform</ulink> make extensive use of JBoss Cache to
+         <ulink url="http://www.jboss.com">Enterprise Web Platform</ulink> make extensive use of JBoss Cache to
          cluster services such as HTTP and <ulink url="http://java.sun.com/products/ejb/">EJB</ulink> sessions, as well as
          providing a distributed entity cache for <ulink url="http://en.wikipedia.org/wiki/Java_Persistence_API">JPA</ulink>.
       </para>



More information about the jbosscache-commits mailing list