Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 4216 invoked from network); 26 May 2004 13:56:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 May 2004 13:56:25 -0000 Received: (qmail 26811 invoked by uid 500); 26 May 2004 13:50:14 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 26714 invoked by uid 500); 26 May 2004 13:50:13 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: directory-dev@incubator.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 26617 invoked by uid 98); 26 May 2004 13:50:12 -0000 Received: from akarasulu@apache.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.237.227.194):. Processed in 0.084546 secs); 26 May 2004 13:50:12 -0000 X-Qmail-Scanner-Mail-From: akarasulu@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.084546 secs) Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by hermes.apache.org with SMTP; 26 May 2004 13:50:11 -0000 Received: (qmail 99206 invoked by uid 65534); 26 May 2004 13:50:01 -0000 Date: 26 May 2004 13:50:01 -0000 Message-ID: <20040526135001.99200.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 20476 - in incubator/directory/snickers/trunk: stub-compiler xdocs X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@

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:

@@ -21,19 +21,30 @@ - + - + + + + + +
Stateful Codecs - 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.
BER Codec - 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.
LDAP Message Provider + A Message framework provider for LDAP Protocol Data Units (PDU): + the ber-codec is used specifically for LDAP message encoding and + decoding. +
Java Stub Compiler