kaz         02/02/18 10:11:48

  Modified:    xdocs    JCSPackageInformation.xml
  Log:
  Abbreviated org.apache.stratum.jcs to o.a.s.j so the tables (more
  specifically the columns with the package descriptions) don't look
  so awkward.
  
  Revision  Changes    Path
  1.3       +40 -38    jakarta-turbine-stratum/xdocs/JCSPackageInformation.xml
  
  Index: JCSPackageInformation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/JCSPackageInformation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JCSPackageInformation.xml 16 Feb 2002 20:32:41 -0000      1.2
  +++ JCSPackageInformation.xml 18 Feb 2002 18:11:48 -0000      1.3
  @@ -12,7 +12,9 @@
       <section name="JCS Package Information"> 
         <p> 
           The following tables provide a brief description of all packages
  -        in the Java Caching System.
  +        in the Java Caching System.  For brevity,
  +        <code>org.apache.stratum.jcs</code> has been abbreviated to
  +        <code>o.a.s.j</code>.
         </p>
         <subsection name="Access">
           <p>
  @@ -21,14 +23,14 @@
           </p>
           <table>
             <tr><th>Package</th><th>Description</th></tr>
  -          <tr><td>org.apache.stratum.jcs</td>
  +          <tr><td>o.a.s.j</td>
               <td>
                   Root package of JCS. Currently this package only contains the
                   class JCS which provides a simple interface for clients to use
                   JCS.  
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.access</td>
  +          <tr><td>o.a.s.j.access</td>
               <td>
                   Contains classes for accessing the cache. The CacheAccess
                   interface, which all classes in this package implement, provides
  @@ -43,7 +45,7 @@
           </p>
           <table>
             <tr><th>Package</th><th>Description</th></tr>
  -          <tr><td>org.apache.stratum.jcs.config</td>
  +          <tr><td>o.a.s.j.config</td>
               <td>
                   This package contains utility classes that are used when
                   configuring the cache. NOTE: It is likely that these classes
  @@ -60,39 +62,39 @@
           </p>
           <table>
             <tr><th>Package</th><th>Description</th></tr>
  -          <tr><td>org.apache.stratum.jcs.engine</td>
  +          <tr><td>o.a.s.j.engine</td>
               <td>
                 Interfaces used by the core and the auxiliary caches.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.engine.behavior</td>
  +          <tr><td>o.a.s.j.engine.behavior</td>
               <td>
                 Interfaces used by the core and the auxiliary caches.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.engine.control</td>
  +          <tr><td>o.a.s.j.engine.control</td>
               <td>
                 The primary cache classes and the hub.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.engine.group</td>
  +          <tr><td>o.a.s.j.engine.group</td>
               <td>
                 The group cache code. Some classes here should be under
                 control.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.engine.memory</td>
  +          <tr><td>o.a.s.j.engine.memory</td>
               <td>
                 Parent package for memory type plugins.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.engine.memory.lru</td>
  +          <tr><td>o.a.s.j.engine.memory.lru</td>
               <td>
                 The primary memory plugin using a 'least recently used' removal
                 policy.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.engine.memory.mru</td>
  +          <tr><td>o.a.s.j.engine.memory.mru</td>
               <td>
                 A memory plugin implemented using a 'most recently used' removal
                 policy. In general this is <bold>slow</bold> and should not be
  @@ -109,24 +111,24 @@
           </p>
           <table>
             <tr><th>Package</th><th>Description</th></tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary</td>
  +          <tr><td>o.a.s.j.auxiliary</td>
               <td>
                 Root package for auxiliary caches.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.behavior</td>
  +          <tr><td>o.a.s.j.auxiliary.behavior</td>
               <td>
                 Auxilliary cache interfaces.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.disk</td>
  +          <tr><td>o.a.s.j.auxiliary.disk</td>
               <td>
                 The primary disk auxiliary. Objects are serialized to a file on
                 disk. This implementation uses memory keys and performs quite
                 well. Recomended for most cases.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.disk.jisp</td>
  +          <tr><td>o.a.s.j.auxiliary.disk.jisp</td>
               <td>
                 Disk cache implemented with the <a 
href="http://www.coyotegulch.com/jisp/";>
                 Java Indexed Serialization Package</a>, which allows serialization
  @@ -134,13 +136,13 @@
                 <u>slow</u> currently.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.disk.hsql</td>
  +          <tr><td>o.a.s.j.auxiliary.disk.hsql</td>
               <td>
                 A disk cache using Hypersonic SQL to serialize the contained
                 objects.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral</td>
               <td>
                 Root package for the lateral cache family. Lateral caches
                 broadcast puts and removals to other local caches. See
  @@ -148,79 +150,79 @@
                 information.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.socket</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.socket</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.socket.tcp</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.socket.tcp</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.socket.tcp.behavior</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.socket.tcp.behavior</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.socket.tcp.utils</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.socket.tcp.utils</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.socket.udp</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.socket.udp</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.http</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.http</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.http.server</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.http.server</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.http.broadcast</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.http.broadcast</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.lateral.http.remove</td>
  +          <tr><td>o.a.s.j.auxiliary.lateral.http.remove</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.remote</td>
  +          <tr><td>o.a.s.j.auxiliary.remote</td>
               <td>
                 Root package for the remote auxiliary cache. See
                 <a href="RemoteAuxCache.html">this</a> explanation
                 of the remote cache for more information.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.remote.server</td>
  +          <tr><td>o.a.s.j.auxiliary.remote.server</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.remote.server.behavior</td>
  +          <tr><td>o.a.s.j.auxiliary.remote.server.behavior</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.remote.server.group</td>
  +          <tr><td>o.a.s.j.auxiliary.remote.server.group</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.remote.group</td>
  +          <tr><td>o.a.s.j.auxiliary.remote.group</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.auxiliary.remote.behavior</td>
  +          <tr><td>o.a.s.j.auxiliary.remote.behavior</td>
               <td>
   
               </td>
  @@ -234,34 +236,34 @@
           </p>
           <table>
             <tr><th>Package</th><th>Description</th></tr>
  -          <tr><td>org.apache.stratum.jcs.utils</td>
  +          <tr><td>o.a.s.j.utils</td>
               <td>
                 Root package for utils.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.utils.config</td>
  +          <tr><td>o.a.s.j.utils.config</td>
               <td>
                 Contains a file with constants used by the utils.servlet package.
                 Will be removed.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.utils.locking</td>
  +          <tr><td>o.a.s.j.utils.locking</td>
               <td>
                 Implementation of a read write lock which maintains FIFO ordering
                 for write lock requests, but no ordering for read lock requests.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.utils.servlet</td>
  +          <tr><td>o.a.s.j.utils.servlet</td>
               <td>
   
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.utils.servlet.session</td>
  +          <tr><td>o.a.s.j.utils.servlet.session</td>
               <td>
                 Contains distributed http session code.
               </td>
             </tr>
  -          <tr><td>org.apache.stratum.jcs.utils.threads</td>
  +          <tr><td>o.a.s.j.utils.threads</td>
               <td>
                 Contains a thread pool implementation, some of which is originally
                 from Tomcat.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to