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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Aug 25 21:30:29 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-25 21:30:29 -0400 (Tue, 25 Aug 2009)
New Revision: 8204

Added:
   enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.xml
Log:
adding new 'master' file


Added: enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.xml
===================================================================
--- enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.xml	                        (rev 0)
+++ enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/JBoss_Cache_User_Guide.xml	2009-08-26 01:30:29 UTC (rev 8204)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
+      "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+      <!ENTITY preface SYSTEM "modules/preface.xml">
+      <!ENTITY introduction SYSTEM "modules/introduction.xml">
+      <!ENTITY architecture SYSTEM "modules/architecture.xml">
+      <!ENTITY basic_api SYSTEM "modules/basic_api.xml">
+      <!ENTITY replication SYSTEM "modules/replication.xml">
+      <!ENTITY transactions SYSTEM "modules/transactions.xml">
+      <!ENTITY eviction_policies SYSTEM "modules/eviction_policies.xml">
+      <!ENTITY cache_loaders SYSTEM "modules/cache_loaders.xml">
+      <!ENTITY compatibility SYSTEM "modules/compatibility.xml">
+      <!ENTITY configuration SYSTEM "modules/configuration.xml">
+      <!ENTITY deployment SYSTEM "modules/deployment.xml">
+      <!ENTITY configuration_reference SYSTEM "modules/configuration_reference.xml">
+      <!ENTITY jmx_reference SYSTEM "modules/jmx_reference.xml">
+      <!ENTITY batching SYSTEM "modules/batching.xml">
+      ]>
+<book lang="en">
+
+  <xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+   <part label="I">
+      <title>Introduction to JBoss Cache</title>
+      <partintro>
+         <para>
+            This section covers what developers would need to quickly start using JBoss Cache in their projects. It
+            covers an overview of the concepts and API, configuration and deployment information.
+         </para>
+      </partintro>
+     <xi:include href="introduction.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="configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="batching.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="deployment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+   </part>
+
+   <part label="II">
+      <title>JBoss Cache Architecture</title>
+      <partintro>
+         <para>
+            This section digs deeper into the JBoss Cache architecture, and is meant for developers wishing to use the more
+            advanced cache features,extend or enhance the cache, write plugins, or are just looking for detailed knowledge
+            of how things work under the hood.
+         </para>
+      </partintro>
+<xi:include href="architecture.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="cache_loaders.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="transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+   </part>
+
+   <part label="III">
+      <title>JBoss Cache Configuration References</title>
+      <partintro>
+         <para>
+            This section contains technical references for easy looking up.
+         </para>
+      </partintro>
+
+<xi:include href="configuration_reference.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="jmx_reference.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      
+   </part>
+</book>



More information about the jbosscache-commits mailing list