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

Manik Surtani msurtani at jboss.com
Mon Jan 22 20:12:38 EST 2007


  User: msurtani
  Date: 07/01/22 20:12:38

  Modified:    docs/JBossCache-UserGuide/en  master.xml
  Log:
  Checked in master and intro docs, plus UML diags
  
  Revision  Changes    Path
  1.4       +21 -1     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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- master.xml	22 Jan 2007 22:50:10 -0000	1.3
  +++ master.xml	23 Jan 2007 01:12:38 -0000	1.4
  @@ -82,6 +82,13 @@
   
      <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>
         &introduction;
         &configuration;
         &basic_api;
  @@ -91,6 +98,13 @@
   
      <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 extend or
  +            enhance JBoss Cache,
  +            write plugins or are just looking for detailed knowledge of how things work under the hood.
  +         </para>
  +      </partintro>
         &architecture;
         &replication;
         &transactions;
  @@ -100,8 +114,14 @@
         &state_transfer;
      </part>
   
  -   <part label="IV">
  +   <part label="III">
         <title>JBoss Cache Configuration References</title>
  +      <partintro>
  +         <para>
  +            This section contains technical references for easy looking up.
  +         </para>
  +      </partintro>
  +
         &configuration_reference;
         &jmx_reference;
      </part>
  
  
  



More information about the jboss-cvs-commits mailing list