You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/05/26 15:50:01 UTC

svn commit: rev 20476 - in incubator/directory/snickers/trunk: stub-compiler xdocs

Author: akarasulu
Date: Wed May 26 06:50:01 2004
New Revision: 20476

Added:
   incubator/directory/snickers/trunk/stub-compiler/
Modified:
   incubator/directory/snickers/trunk/xdocs/   (props changed)
   incubator/directory/snickers/trunk/xdocs/index.xml
Log:
Some documentation changes and housekeeping.


Modified: incubator/directory/snickers/trunk/xdocs/index.xml
==============================================================================
--- incubator/directory/snickers/trunk/xdocs/index.xml	(original)
+++ incubator/directory/snickers/trunk/xdocs/index.xml	Wed May 26 06:50:01 2004
@@ -9,10 +9,10 @@
     <section name="Overview">
       <p>
         Snickers is a high performance non-blocking replacement for the Snacc4J
-        runtime and its Java stub compiler for ASN.1.  It is designed from the
-        ground up to work with NIO constructs like Channels and Buffers.  There 
-        are currently two sub subprojects associated with snickers which are 
-        described below:
+        runtime and eventually its Java stub compiler for ASN.1.  It is designed
+        from the ground up to work with NIO constructs like Channels and Buffers.
+        There are currently four sub subprojects associated with snickers which
+        are in the works and described below:
       </p>
 
       <table>
@@ -21,19 +21,30 @@
         <tr>
           <td><a href="codec-stateful/index.html">Stateful Codecs</a></td>
           <td>
-            Candidates to serve as extended commons codec interfaces for
-            stateful encode and decode operations.
+            Extensions to commons-codec interfaces for non-blocking stateful encode
+            and decode operations for chunking.  This code may make its way back
+            into commons codec.
           </td>
         </tr>
-        
+
         <tr>
           <td><a href="ber-codec/index.html">BER Codec</a></td>
           <td>
-            ASN.1 data structures are encoded onto and decoded off of the wire
-            using the Basic Encoding Rules (BER) codec.
+            Library used for ASN.1 data structures encoded onto and decoded off of the
+            wire using Basic Encoding Rules (BER).  By dealing only with BER TLV tuples
+            this library remains independent of any ASN.1 based protocol.
           </td>
         </tr>
-        
+
+        <tr>
+          <td><a href="ldap-ber-provider/index.html">LDAP Message Provider</a></td>
+          <td>
+            A Message framework provider for LDAP Protocol Data Units (PDU):
+            the ber-codec is used specifically for LDAP message encoding and
+            decoding.
+          </td>
+        </tr>
+
         <tr>
           <td><a href="stub-compiler/index.html">Java Stub Compiler</a></td>
           <td>