From jbosscache-commits at lists.jboss.org Mon Apr 12 00:50:30 2010 Content-Type: multipart/mixed; boundary="===============4028495326709918576==" MIME-Version: 1.0 From: jbosscache-commits at lists.jboss.org To: jbosscache-commits at lists.jboss.org Subject: [jbosscache-commits] JBoss Cache SVN: r8374 - enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US. Date: Mon, 12 Apr 2010 00:50:29 -0400 Message-ID: <201004120450.o3C4oTCO027502@svn01.web.mwc.hst.phx2.redhat.com> --===============4028495326709918576== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: laubai Date: 2010-04-12 00:50:29 -0400 (Mon, 12 Apr 2010) New Revision: 8374 Added: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP08.ent enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP08.xml Removed: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP07.ent enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP07.xml Modified: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/Book_I= nfo.xml Log: Updated version numbering for CP08. Modified: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US= /Book_Info.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 --- enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/Book_= Info.xml 2010-04-12 04:47:28 UTC (rev 8373) +++ enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/Book_= Info.xml 2010-04-12 04:50:29 UTC (rev 8374) @@ -2,8 +2,8 @@ = - JBoss Cache Tree Cache Guide CP07 - for Use with JBoss Enterprise Application Platform 4.3 Cumulati= ve Patch 7 + JBoss Cache Tree Cache Guide CP08 + for Use with JBoss Enterprise Application Platform 4.3 Cumulati= ve Patch 8 2.0 1 JBoss Enterprise Application Platform Deleted: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/= JBoss_Cache_Tree_Cache_Guide_CP07.ent =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 --- enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP07.ent 2010-04-12 04:47:28 UTC (rev 8373) +++ enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP07.ent 2010-04-12 04:50:29 UTC (rev 8374) @@ -1,3 +0,0 @@ - - - Deleted: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/= JBoss_Cache_Tree_Cache_Guide_CP07.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 --- enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP07.xml 2010-04-12 04:47:28 UTC (rev 8373) +++ enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP07.xml 2010-04-12 04:50:29 UTC (rev 8374) @@ -1,53 +0,0 @@ - - - - - - Preface - - This and its accompanying documents describe JBoss Cache's TreeCache, a = tree-structured replicated, transactional cache. JBoss Cache's PojoCache, a= n "object-oriented" cache that is the AOP-enabled subclass of TreeCache, al= lowing for Plain Old Java Objects (POJOs) to be inserted and replicated tra= nsactionally in a cluster, is described separately in a similar user guide. = - - - The TreeCache is fully configurable. Aspects of the system such as repli= cation mechanisms, transaction isolation levels, eviction policies, and tra= nsaction managers are all configurable. The TreeCache can be used in a stan= dalone fashion - independent of JBoss Application Server or any other appli= cation server. PojoCache on the other hand requires both TreeCache and the = JBossAOP standalone subsystem. PojoCache, documented separately, is the fir= st in the market to provide a POJO cache functionality. = - - - This document is meant to be a user guide to explain the architecture, a= pi, configuration, and examples for JBoss Cache's TreeCache. Good knowledge= of the Java programming language along with a string appreciation and unde= rstanding of transactions and concurrent threads is presumed. No prior know= ledge of JBoss Application Server is expected or required. = - - - If you have questions, use the user forum linked= on the JBoss Cache website= . We also provide a mechanism for tracking bug reports and feature= requests on the JBoss JIRA issue trac= ker . If you are interested in the development of JBoss Cache or i= n translating this documentation into other languages, we'd love to hear fr= om you. Please post a message on the user forum or contact us on the developer mailing list . = - - - JBoss Cache is an open-source product based on LGPL. Commercial developm= ent support, production support and training for JBoss Cache is available t= hrough JBoss Inc. JBoss Cache i= s a product in JBoss Professional Open Source JEMS (JBoss Enterprise Middleware Suite). = - - - = - - = - - = - - = - - = - - = - - = - - = - - = - - = - - = - - = - - = - - = - - - - Copied: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/J= Boss_Cache_Tree_Cache_Guide_CP08.ent (from rev 8366, enterprise-docs/tags/J= Boss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP= 07.ent) =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 --- enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.ent (rev 0) +++ enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.ent 2010-04-12 04:50:29 UTC (rev 8374) @@ -0,0 +1,3 @@ + + + Copied: enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/J= Boss_Cache_Tree_Cache_Guide_CP08.xml (from rev 8366, enterprise-docs/tags/J= Boss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP= 07.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 --- enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.xml (rev 0) +++ enterprise-docs/tags/JBoss_EAP_4_3_8/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.xml 2010-04-12 04:50:29 UTC (rev 8374) @@ -0,0 +1,53 @@ + + + + + + Preface + + This and its accompanying documents describe JBoss Cache's TreeCache, a = tree-structured replicated, transactional cache. JBoss Cache's PojoCache, a= n "object-oriented" cache that is the AOP-enabled subclass of TreeCache, al= lowing for Plain Old Java Objects (POJOs) to be inserted and replicated tra= nsactionally in a cluster, is described separately in a similar user guide. = + + + The TreeCache is fully configurable. Aspects of the system such as repli= cation mechanisms, transaction isolation levels, eviction policies, and tra= nsaction managers are all configurable. The TreeCache can be used in a stan= dalone fashion - independent of JBoss Application Server or any other appli= cation server. PojoCache on the other hand requires both TreeCache and the = JBossAOP standalone subsystem. PojoCache, documented separately, is the fir= st in the market to provide a POJO cache functionality. = + + + This document is meant to be a user guide to explain the architecture, a= pi, configuration, and examples for JBoss Cache's TreeCache. Good knowledge= of the Java programming language along with a string appreciation and unde= rstanding of transactions and concurrent threads is presumed. No prior know= ledge of JBoss Application Server is expected or required. = + + + If you have questions, use the user forum linked= on the JBoss Cache website= . We also provide a mechanism for tracking bug reports and feature= requests on the JBoss JIRA issue trac= ker . If you are interested in the development of JBoss Cache or i= n translating this documentation into other languages, we'd love to hear fr= om you. Please post a message on the user forum or contact us on the developer mailing list . = + + + JBoss Cache is an open-source product based on LGPL. Commercial developm= ent support, production support and training for JBoss Cache is available t= hrough JBoss Inc. JBoss Cache i= s a product in JBoss Professional Open Source JEMS (JBoss Enterprise Middleware Suite). = + + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + + + --===============4028495326709918576==--