From jbosscache-commits at lists.jboss.org Mon Apr 12 00:13:09 2010 Content-Type: multipart/mixed; boundary="===============2579788453099029430==" MIME-Version: 1.0 From: jbosscache-commits at lists.jboss.org To: jbosscache-commits at lists.jboss.org Subject: [jbosscache-commits] JBoss Cache SVN: r8370 - enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US. Date: Mon, 12 Apr 2010 00:13:09 -0400 Message-ID: <201004120413.o3C4D9Gp022346@svn01.web.mwc.hst.phx2.redhat.com> --===============2579788453099029430== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: laubai Date: 2010-04-12 00:13:08 -0400 (Mon, 12 Apr 2010) New Revision: 8370 Added: enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP09.ent enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP09.xml Removed: enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP08.ent enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss_= Cache_Tree_Cache_Guide_CP08.xml Modified: enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/Book_I= nfo.xml Log: Updated version numbering for CP09. Modified: enterprise-docs/tags/JBoss_EAP_4_2_9/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_2_9/Cache_Tree_Cache_Guide/en-US/Book_= Info.xml 2010-04-12 04:10:36 UTC (rev 8369) +++ enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/Book_= Info.xml 2010-04-12 04:13:08 UTC (rev 8370) @@ -2,9 +2,8 @@ = - JBoss Cache Tree Cache Guide CP08 - for Use with JBoss Enterprise Application Platform 4.2 = -Cumulative Patch 8 + JBoss Cache Tree Cache Guide CP09 + for Use with JBoss Enterprise Application Platform 4.2 Cumulati= ve Patch 9 1.0 1 JBoss Enterprise Application Platform Deleted: enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/= JBoss_Cache_Tree_Cache_Guide_CP08.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_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.ent 2010-04-12 04:10:36 UTC (rev 8369) +++ enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.ent 2010-04-12 04:13:08 UTC (rev 8370) @@ -1,3 +0,0 @@ - - - Deleted: enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/= JBoss_Cache_Tree_Cache_Guide_CP08.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_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.xml 2010-04-12 04:10:36 UTC (rev 8369) +++ enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP08.xml 2010-04-12 04:13:08 UTC (rev 8370) @@ -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_2_9/Cache_Tree_Cache_Guide/en-US/J= Boss_Cache_Tree_Cache_Guide_CP09.ent (from rev 8366, enterprise-docs/tags/J= Boss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP= 08.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_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP09.ent (rev 0) +++ enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP09.ent 2010-04-12 04:13:08 UTC (rev 8370) @@ -0,0 +1,3 @@ + + + Copied: enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/J= Boss_Cache_Tree_Cache_Guide_CP09.xml (from rev 8366, enterprise-docs/tags/J= Boss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss_Cache_Tree_Cache_Guide_CP= 08.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_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP09.xml (rev 0) +++ enterprise-docs/tags/JBoss_EAP_4_2_9/Cache_Tree_Cache_Guide/en-US/JBoss= _Cache_Tree_Cache_Guide_CP09.xml 2010-04-12 04:13:08 UTC (rev 8370) @@ -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). = + + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + = + + + + --===============2579788453099029430==--