[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en ...

Manik Surtani msurtani at jboss.com
Fri Jan 19 12:01:00 EST 2007


  User: msurtani
  Date: 07/01/19 12:01:00

  Added:       docs/JBossCache-UserGuide/en  master.xml
  Log:
  Refactoring docs dir
  
  Revision  Changes    Path
  1.1      date: 2007/01/19 17:01:00;  author: msurtani;  state: Exp;JBossCache/docs/JBossCache-UserGuide/en/master.xml
  
  Index: master.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
          "../../../../docbook-support/support/docbook-dtd/docbookx.dtd" [
          <!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 treecache_marshaller SYSTEM "modules/treecache_marshaller.xml">
          <!ENTITY state_transfer SYSTEM "modules/state_transfer.xml">
          <!ENTITY compatibility SYSTEM "modules/compatibility.xml">
          <!ENTITY configuration SYSTEM "modules/configuration.xml">
          <!ENTITY mgmt_information SYSTEM "modules/mgmt_information.xml">
          <!ENTITY jboss_integration SYSTEM "modules/jboss_integration.xml">
          ]>
  <book lang="en">
     <bookinfo>
        <title>JBoss Cache TreeCache - A Structured, Replicated, Transactional
           Cache
        </title>
  
        <subtitle>User Documentation</subtitle>
  
        <releaseinfo>Release 2.0.0</releaseinfo>
        <pubdate>January 2007</pubdate>
        <author>
           <firstname>Bela</firstname>
  
           <surname>Ban</surname>
  
           <email>bela at jboss.com</email>
        </author>
  
        <author>
           <firstname>Ben</firstname>
  
           <surname>Wang</surname>
  
           <email>ben.wang at jboss.com</email>
        </author>
  
        <author>
           <firstname>Manik</firstname>
  
           <surname>Surtani</surname>
  
           <email>manik at jboss.org</email>
        </author>
  
        <author>
           <firstname>Brian</firstname>
  
           <surname>Stansberry</surname>
  
           <email>brian.stansberry at jboss.com</email>
        </author>
  
        <author>
           <firstname>Daniel</firstname>
  
           <surname>Huang</surname>
  
           <email>dhuang at jboss.org</email>
        </author>
  
        <author>
           <firstname>Galder</firstname>
  
           <surname>Zamarreño</surname>
  
           <email>galder.zamarreno at jboss.com</email>
        </author>
     </bookinfo>
  
     <toc></toc>
  
     <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>
  
  
     &introduction;
  
     &architecture;
  
     &basic_api;
  
     &replication;
  
     &transactions;
  
     &eviction_policies;
  
     &cache_loaders;
  
     &treecache_marshaller;
  
     &state_transfer;
  
     &compatibility;
  
     &configuration;
  
     &mgmt_information;
  
     &jboss_integration;
  </book>
  
  



More information about the jboss-cvs-commits mailing list