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

cvs commit: jakarta-commons-sandbox/id/xdocs index.xml

psteitz     2004/01/18 20:06:29

  Modified:    id/xdocs index.xml
  Log:
  Added Genrators table.
  
  Revision  Changes    Path
  1.2       +31 -4     jakarta-commons-sandbox/id/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	5 Jan 2004 08:10:57 -0000	1.1
  +++ index.xml	19 Jan 2004 04:06:29 -0000	1.2
  @@ -13,7 +13,7 @@
   <section name="The Id Component">
   
   <p>
  -  Commons Id is a component used to generate unique identifiers.
  +  Commons Id is a component used to generate identifiers.
     Several identifier-generation algorithms are supported by Generators included
     with the package.  The framework is extensible to support additional implementations.
   </p>
  @@ -44,8 +44,35 @@
     <source>
       String id = generator.nextStringIdentifier();
     </source>
  -</p> 
  -<br/><br/>
  +</p>
  +<subsection name="Generators Provided">
  +  <p>
  +  <table>
  +    <tr><th>Generator</th><th>Description</th></tr>
  +    <tr><td>
  +    <a href="./apidocs/org/apache/commons/id/serial/AlphanumericGenerator.html">
  +    AlphanumericGenerator</a></td><td>Generates an incrementing number in base 36 as a 
  +    String object</td></tr>
  +    <tr><td>
  +    <a href="./apidocs/org/apache/commons/id/serial/NumericGenerator.html">NumericGenerator</a>
  +    </td><td>Generates an incrementing decimal number as a String 
  +    object</td></tr>
  +    <tr><td>
  +    <a href="./apidocs/org/apache/commons/id/serial/LongGenerator.html">
  +    LongGenerator</a></td><td>Generates an incrementing number as a Long object</td></tr>
  +    <tr><td>
  +    <a href="./apidocs/org/apache/commons/id/random/SessionIdGenerator.html">
  +    SessionIdGenerator</a></td><td>Generates an alphanumeric 10+ character identifier with a
  +    random component. The exact length depends on the number of ids requested per 
  +    time period.</td></tr>
  +  </table> 
  +  </p>
  +  <p>
  +  A UUID Generator, providing an implementation of the 
  +  <a href="http://www.ietf.org/internet-drafts/draft-mealling-uuid-urn-01.txt">IETF Draft Uuid
  +  Specification</a> is in development.
  +  </p>
  +</subsection>
   </section>
   
   <section name="Releases">
  
  
  

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