You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2004/03/01 05:06:01 UTC

cvs commit: jakarta-commons/commons-build/xdocs sandbox.xml

tobrien     2004/02/29 20:06:01

  Modified:    commons-build/xdocs sandbox.xml
  Log:
  Updated the sandbox.xml to reflect sandbox status
  
  Revision  Changes    Path
  1.30      +370 -99   jakarta-commons/commons-build/xdocs/sandbox.xml
  
  Index: sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/sandbox.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- sandbox.xml	30 Jan 2004 04:20:10 -0000	1.29
  +++ sandbox.xml	1 Mar 2004 04:06:01 -0000	1.30
  @@ -1,102 +1,373 @@
   <?xml version="1.0" ?>
   <document>
  -    <properties>
  -        <title>Commons</title>
  -        <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
  -    </properties>
  -    <body>
  -        <section name="The Sandbox">
  -            <p>
  -The Sandbox is a CVS repository for Commons committers
  -to function as an open workspace for
  -sharing and collaboration.
  -</p>
  -            <p>
  -  Access to the CVS <strong>jakarta-commons-sandbox</strong> repository is available both
  -        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/">online</a>
  -        and with a <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">cvs client</a>.
  -</p>
  -            <strong>Current Sandbox Happenings</strong>
  -            <p>
  -Here is a small list of whats going on the sandbox.
  -</p>
  -            <ul>
  -  <li>
  -     <a href="http://jakarta.apache.org/commons/sandbox/attributes/">
  -     Attributes</a>
  -     is a runtime API to metadata attributes such as doclet tags,
  -     inspired by the Nanning and XRAI projects
  -     as well as JSR 175 and C# attrbutes.
  -  </li>
  -
  -  <li>
  -     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/scaffold/">Scaffold</a>
  -     A web application toolkit from Ted Husted
  -  </li>
  -
  -                <li>
  -     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cjan/">
  -     CJAN</a>
  -     proposal from Scott Sanders with contributions from many Jakarta developers.
  -  </li>
  -
  -                <li>
  -     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/threading/">
  -     Threading</a>
  -     proposal from Craig McClanahan.
  -  </li>
  -                <li>
  -     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/xmlunit/">
  -     XMLUnit</a>
  -     proposal and code from Morgan Delagrange.
  -  </li>
  -
  -  <li>
  -     <a href="jjar.html">JJAR</a>
  -    : Jakarta JAR Archive Repository from
  -    Geir Magnusson Jr.
  -  </li>
  -
  -                <li>
  -     <a href="http://jakarta.apache.org/commons/sandbox/messenger/">
  -     Messenger</a>
  -     a JMS framework proposal from James Strachan.
  -  </li>
  -
  -  <li>
  -     <a href="http://jakarta.apache.org/commons/sandbox/sql/">
  -     SQL</a>
  -     an SQL component for generating SQL DDL and documentation from an XML description or beans.
  -     This is a refactoring of code from Torque so that it can be reused across other projects such as OJB.
  -     From James Strachan, Jason van Zyl and others.
  -  </li>
  -
  -  <li>
  -     <a href="http://jakarta.apache.org/commons/sandbox/threadpool/">
  -     ThreadPool</a>
  -     propoal from James Strachan.
  -     ThreadPool is a simple component for asynchronously dispatching work to another thread in a pool
  -     for simple multi threaded programming.
  -  </li>
  -
  -  <li>
  -     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/codec/">
  -     Codec</a>
  -     proposal from Scott Sanders.
  -  </li>
  -
  -  <li>
  -     <a href="http://jakarta.apache.org/commons/sandbox/clazz/">
  -     Clazz</a>
  -     proposal from Stephen Colebourne and Dmitri Plotnikov. A project which focuses on introspection and class manipulation.
  -  </li>
  -
  -            </ul>
  -
  -
  -            <p>
  -Go take a look!
  -</p>
  -        </section>
  -    </body>
  +  <properties>
  +    <title>Jakarta Commons Sandbox</title>
  +    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
  +  </properties>
  +  <body>
  +    <section name="The Jakarta Commons Sandbox">
  +      <p>
  +        The Sandbox is a CVS repository for Commons committers to
  +        function as an open workspace for sharing and collaboration.
  +        The Sandbox serves as a staging ground for project which are
  +        destined for what is known as the Commons Proper.
  +      </p>
  +      <p>
  +        Access to the CVS <strong>jakarta-commons-sandbox</strong>
  +        repository is available both <a
  +        href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/">online</a>
  +        and with a <a
  +        href="http://jakarta.apache.org/getinvolved/cvsindex.html">cvs
  +        client</a>.
  +      </p>
  +    </section>
  +    <section name="Active Sandbox Components">
  +      <p>
  +        A Sandbox component is considered active if there is a definite plan
  +        for promotion to the Commons Proper and there is an active group of
  +        existing Jakarta committers working on a component.
  +      </p>
  +
  +      <table>
  +        <tr>
  +          <th width="100">
  +            Component Name
  +          </th>
  +          <th width="80">
  +          </th>
  +          <th width="80">
  +          </th>
  +          <th>
  +            Description
  +          </th>
  +        </tr>
  +        <tr>
  +          <td>
  +            attributes
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/attributes/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/attributes/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            bzip2
  +          </td>
  +          <td>
  +            (site)
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/bzip2/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            chain
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/chain/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/chain/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            compress
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/compress/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/compress/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            convert
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/convert/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/convert/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            email
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/email/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            functor
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/functor/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/functor/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            hivemind
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/hivemind/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/hivemind/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            jex
  +          </td>
  +          <td>
  +            (site)
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jex/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            jrcs
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/jrcs/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jrcs/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            launcher
  +          </td>
  +          <td>
  +            (site)
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/launcher/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            mapper
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/mapper/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/mapper/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            messenger
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/messenger/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/messenger/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            naming
  +          </td>
  +          <td>
  +            (site)
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/naming/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            periodicity
  +          </td>
  +          <td>
  +            (site)
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/periodicity/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            primitives
  +          </td>
  +          <td>
  +            (site)
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/primitives/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            reflect
  +          </td>
  +          <td>
  +            (site)
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/reflect/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            resources
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/resources/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/resources/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            sql
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/sql/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/sql/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            threadpool
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/threadpool/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/threadpool/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            vfs
  +          </td>
  +          <td>
  +            <a href="http://jakarta.apache.org/commons/sandbox/vfs/">(site)</a>
  +          </td>
  +          <td>
  +            <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/vfs/">(cvs)</a>
  +          </td>
  +          <td>
  +          </td>
  +        </tr>
  +      </table>
  +
  +    </section>
  +
  +    <section name="Dormant Sandbox Components">
  +      <p>
  +        A Commons Sandbox component is considered dormant if there is little
  +        recent development activity and no individual or group of individual
  +        Jakarta commiters has emerged to champion its ultimate promotion to
  +        Commons Proper.
  +      </p>
  +
  +      <ul>
  +        <li>filters</li>
  +        <li>grant</li>
  +        <li>graph2</li>
  +        <li>http</li>
  +        <li>joran</li>
  +        <li>jux</li>
  +        <li>proposal</li>
  +        <li>rupert</li>
  +        <li>scaffold</li>
  +        <li>servlet</li>
  +        <li>threading</li>
  +        <li>workflow</li>
  +        <li>xmlunit</li>
  +        <li>xo</li>
  +      </ul>
  +    </section>
  +
  +    <section name="Inactive Sandbox Components">
  +      <p>
  +        A Commons Sandbox component is considered inactive if there is 
  +        no active development for a sustained period of time.
  +      </p>
  +
  +      <ul>
  +        <li>altrmi</li>
  +        <li>amend</li>
  +        <li>armi</li>
  +        <li>cache</li>
  +        <li>cadastre</li>
  +        <li>cjan</li>
  +        <li>clazz</li>
  +        <li>graph</li>
  +        <li>jdbc2pool</li>
  +        <li>jjar</li>
  +        <li>morphos</li>
  +        <li>pattern</li>
  +        <li>services</li>
  +        <li>simplestore</li>
  +        <li>util</li>
  +      </ul>
  +    </section>
  +
  +  </body>
   </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org