[jbosscache-commits] JBoss Cache SVN: r8289 - enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Nov 18 21:20:32 EST 2009


Author: laubai
Date: 2009-11-18 21:20:32 -0500 (Wed, 18 Nov 2009)
New Revision: 8289

Added:
   enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.ent
   enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.xml
Removed:
   enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.ent
   enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.xml
Modified:
   enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/Revision_History.xml
Log:
Added changes for CP08.

Deleted: enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.ent
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.ent	2009-11-17 07:25:07 UTC (rev 8288)
+++ enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.ent	2009-11-19 02:20:32 UTC (rev 8289)
@@ -1,3 +0,0 @@
-<!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2009">
-<!ENTITY VERSION "">

Deleted: enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.xml	2009-11-17 07:25:07 UTC (rev 8288)
+++ enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP07.xml	2009-11-19 02:20:32 UTC (rev 8289)
@@ -1,53 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
-
-<book>
-	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<preface id="Preface" revision="1"><title>Preface</title>
-	<para>
-		This and its accompanying documents describe JBoss Cache's TreeCache, a tree-structured replicated, transactional cache. JBoss Cache's PojoCache, an "object-oriented" cache that is the AOP-enabled subclass of TreeCache, allowing for Plain Old Java Objects (POJOs) to be inserted and replicated transactionally in a cluster, is described separately in a similar user guide. 
-	</para>
-	<para>
-		The TreeCache is fully configurable. Aspects of the system such as replication mechanisms, transaction isolation levels, eviction policies, and transaction managers are all configurable. The TreeCache can be used in a standalone fashion - independent of JBoss Application Server or any other application server. PojoCache on the other hand requires both TreeCache and the JBossAOP standalone subsystem. PojoCache, documented separately, is the first in the market to provide a POJO cache functionality. 
-	</para>
-	<para>
-		This document is meant to be a user guide to explain the architecture, api, configuration, and examples for JBoss Cache's TreeCache. Good knowledge of the Java programming language along with a string appreciation and understanding of transactions and concurrent threads is presumed. No prior knowledge of JBoss Application Server is expected or required. 
-	</para>
-	<para>
-		If you have questions, use the <ulink url="http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=157">user forum </ulink> linked on the <ulink url="http://labs.jboss.com/jbosscache">JBoss Cache website</ulink> . We also provide a mechanism for tracking bug reports and feature requests on the <ulink url="http://jira.jboss.com">JBoss JIRA issue tracker </ulink> . If you are interested in the development of JBoss Cache or in translating this documentation into other languages, we'd love to hear from you. Please post a message on the user forum or contact us on the <ulink url="http://lists.jboss.org">developer mailing list </ulink> . 
-	</para>
-	<para>
-		JBoss Cache is an open-source product based on LGPL. Commercial development support, production support and training for JBoss Cache is available through <ulink url="http://www.jboss.com">JBoss Inc.</ulink> JBoss Cache is a product in JBoss Professional Open Source <ulink url="http://www.jboss.com/products/index">JEMS</ulink> (JBoss Enterprise Middleware Suite). 
-	</para>
-	</preface>
-	
-	<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Basic_api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Replication.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Eviction_policies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Cache_loaders.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Treecache_marshaller.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="State_transfer.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Mgmt_information.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-	<xi:include href="Jboss_integration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
-
-</book>
-

Added: enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.ent
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.ent	                        (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.ent	2009-11-19 02:20:32 UTC (rev 8289)
@@ -0,0 +1,3 @@
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2009">
+<!ENTITY VERSION "">

Added: enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.xml	                        (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP08.xml	2009-11-19 02:20:32 UTC (rev 8289)
@@ -0,0 +1,53 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+
+<book>
+	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<preface id="Preface" revision="1"><title>Preface</title>
+	<para>
+		This and its accompanying documents describe JBoss Cache's TreeCache, a tree-structured replicated, transactional cache. JBoss Cache's PojoCache, an "object-oriented" cache that is the AOP-enabled subclass of TreeCache, allowing for Plain Old Java Objects (POJOs) to be inserted and replicated transactionally in a cluster, is described separately in a similar user guide. 
+	</para>
+	<para>
+		The TreeCache is fully configurable. Aspects of the system such as replication mechanisms, transaction isolation levels, eviction policies, and transaction managers are all configurable. The TreeCache can be used in a standalone fashion - independent of JBoss Application Server or any other application server. PojoCache on the other hand requires both TreeCache and the JBossAOP standalone subsystem. PojoCache, documented separately, is the first in the market to provide a POJO cache functionality. 
+	</para>
+	<para>
+		This document is meant to be a user guide to explain the architecture, api, configuration, and examples for JBoss Cache's TreeCache. Good knowledge of the Java programming language along with a string appreciation and understanding of transactions and concurrent threads is presumed. No prior knowledge of JBoss Application Server is expected or required. 
+	</para>
+	<para>
+		If you have questions, use the <ulink url="http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=157">user forum </ulink> linked on the <ulink url="http://labs.jboss.com/jbosscache">JBoss Cache website</ulink> . We also provide a mechanism for tracking bug reports and feature requests on the <ulink url="http://jira.jboss.com">JBoss JIRA issue tracker </ulink> . If you are interested in the development of JBoss Cache or in translating this documentation into other languages, we'd love to hear from you. Please post a message on the user forum or contact us on the <ulink url="http://lists.jboss.org">developer mailing list </ulink> . 
+	</para>
+	<para>
+		JBoss Cache is an open-source product based on LGPL. Commercial development support, production support and training for JBoss Cache is available through <ulink url="http://www.jboss.com">JBoss Inc.</ulink> JBoss Cache is a product in JBoss Professional Open Source <ulink url="http://www.jboss.com/products/index">JEMS</ulink> (JBoss Enterprise Middleware Suite). 
+	</para>
+	</preface>
+	
+	<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Basic_api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Replication.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Eviction_policies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Cache_loaders.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Treecache_marshaller.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="State_transfer.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Mgmt_information.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="Jboss_integration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
+
+</book>
+

Modified: enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/Revision_History.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/Revision_History.xml	2009-11-17 07:25:07 UTC (rev 8288)
+++ enterprise-docs/tags/JBoss_EAP_4_2_8/Cache_Tree_Cache_Guide/en-US/Revision_History.xml	2009-11-19 02:20:32 UTC (rev 8289)
@@ -8,15 +8,16 @@
 		<revhistory>
 			<revision>
 				<revnumber>1.0</revnumber>
-				<date></date>
+				<date>Tue Nov 19 2009</date>
 				<author>
-					<firstname></firstname>
-					<surname></surname>
-					<email></email>
+					<firstname>Laura</firstname>
+					<surname>Bailey</surname>
+					<email>lbailey at redhat.com</email>
 				</author>
 				<revdescription>
 					<simplelist>
-						<member></member>
+						<member>Initial 
+draft.</member>
 					</simplelist>
 				</revdescription>
 			</revision>



More information about the jbosscache-commits mailing list