You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/02/22 13:25:38 UTC

cvs commit: jakarta-turbine-stratum/xdocs JCSTodo.xml project.xml

kaz         02/02/22 04:25:38

  Modified:    xdocs    JCSTodo.xml project.xml
  Log:
  - <ul>'d aaron's list for him
  - Added a blurb about how to get involved with pointers to
    /site/source.html and the coding guidelines for turbine
  - Updated the Stratum's project.xml with link to the TODO xdoc
  
  Revision  Changes    Path
  1.2       +38 -23    jakarta-turbine-stratum/xdocs/JCSTodo.xml
  
  Index: JCSTodo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/JCSTodo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JCSTodo.xml	22 Feb 2002 05:46:02 -0000	1.1
  +++ JCSTodo.xml	22 Feb 2002 12:25:37 -0000	1.2
  @@ -9,29 +9,44 @@
     <body>
       <section name="TODO"> 
         <p>
  -Turbine service for JCS
  -XML-RPC lateral cache completion
  -Javagroups lateral cache
  -Applet or command line XML-RPC monitor client
  -Session distribution testing
  -Examples
  -XML config
  -Run-time auxiliary selection (establish all lateral available and choose via access)
  -Idle time check in hub on get  ( only check maxLife expiration now) 
  -Memory shrinker improvements
  -More structured documentation
  -Rename Composite cache to CacheHub and CompositeCacheAttributes
  -ElementAttributes copy -- maybe create new constructor, avoid methods 
  -Torque JCS integration
  -LFU memory cache
  -Lateral Token ring locking
  -Cluster architecture proposals
  -JUnit tests
  -Embedded servlet options
  -JMS lateral cache
  -Disk and lateral cache refactoring
  -Profile LinkedQueue -- the faster the better
  -	</p>
  +        The following is a list of items that need to be completed in
  +        JCS.  Contributions are welcome!  If you want to get involved,
  +        its as easy as reading the <a href="/site/source.html">source
  +        page</a> and the <a href="/turbine/common/code-standards.html"> 
  +        coding guidelines</a> established for Turbine family of projects.
  +      </p>
  +      <ul>
  +        <li>Turbine service for JCS</li>
  +        <li>XML-RPC lateral cache completion</li>
  +        <li>Javagroups lateral cache</li>
  +        <li>Applet or command line XML-RPC monitor client</li>
  +        <li>Session distribution testing</li>
  +        <li>Examples</li>
  +        <li>XML config</li>
  +        <li>
  +          Run-time auxiliary selection (establish all lateral
  +          available and choose via access)</li> <li>Idle time check in
  +          hub on get  ( only check maxLife expiration now) 
  +        </li>
  +        <li>Memory shrinker improvements</li>
  +        <li>More structured documentation</li>
  +        <li>
  +          Rename Composite cache to CacheHub and
  +          CompositeCacheAttributes</li>
  +        <li>
  +          ElementAttributes copy -- maybe create new constructor, avoid
  +          methods 
  +        </li>
  +        <li>Torque JCS integration</li>
  +        <li>LFU memory cache</li>
  +        <li>Lateral Token ring locking</li>
  +        <li>Cluster architecture proposals</li>
  +        <li>JUnit tests</li>
  +        <li>Embedded servlet options</li>
  +        <li>JMS lateral cache</li>
  +        <li>Disk and lateral cache refactoring</li>
  +        <li>Profile LinkedQueue -- the faster the better</li>
  +      </ul>
       </section>
     </body>
   </document>
  
  
  
  1.6       +1 -0      jakarta-turbine-stratum/xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	20 Feb 2002 13:02:01 -0000	1.5
  +++ project.xml	22 Feb 2002 12:25:37 -0000	1.6
  @@ -20,6 +20,7 @@
         <item name="Remote Cache"         href="/RemoteAuxCache.html"/>
         <item name="Lateral TCP Cache"    href="/LateralTCPAuxCache.html"/>
         <item name="Package Info"         href="/JCSPackageInformation.html"/>
  +      <item name="TODO"                 href="/JCSTodo.html"/>
       </menu>
     </body>
   </project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>