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

Manik Surtani msurtani at jboss.com
Mon Jan 22 11:20:00 EST 2007


  User: msurtani
  Date: 07/01/22 11:20:00

  Modified:    docs/JBossCache-UserGuide/en  master.xml
  Log:
  Refactoring docs dir
  
  Revision  Changes    Path
  1.2       +32 -105   JBossCache/docs/JBossCache-UserGuide/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/master.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- master.xml	19 Jan 2007 17:01:00 -0000	1.1
  +++ master.xml	22 Jan 2007 16:20:00 -0000	1.2
  @@ -1,6 +1,7 @@
   <?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 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">
  @@ -17,150 +18,76 @@
           ]>
   <book lang="en">
      <bookinfo>
  -      <title>JBoss Cache TreeCache - A Structured, Replicated, Transactional
  -         Cache
  -      </title>
  +      <title>JBoss Cache - A Structured, Replicated, Transactional Cache</title>
   
  -      <subtitle>User Documentation</subtitle>
  +      <subtitle>User Guide</subtitle>
   
  -      <releaseinfo>Release 2.0.0</releaseinfo>
  -      <pubdate>January 2007</pubdate>
  +      <releaseinfo>Release 2.0.0 Habanero</releaseinfo>
  +      <pubdate>February 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>
  +   <!-- Adds a table of contents here -->
  +   <toc/>
   
  +   &preface;
   
  +   <part label="I">
  +      <title>Introduction to JBoss Cache</title>
      &introduction;
  -
  -   &architecture;
  -
      &basic_api;
  +      &compatibility;
  +      &mgmt_information;
  +      &jboss_integration;
  +   </part>
   
  +   <part label="II">
  +      <title>JBoss Cache Architecture</title>
  +      &architecture;
      &replication;
  -
      &transactions;
  -
      &eviction_policies;
  -
      &cache_loaders;
  -
      &treecache_marshaller;
  -
      &state_transfer;
  +   </part>
   
  -   &compatibility;
  -
  +   <part label="IV">
  +      <title>JBoss Cache Configuration References</title>
      &configuration;
  -
  -   &mgmt_information;
  -
  -   &jboss_integration;
  +   </part>
   </book>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list