Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 24759 invoked from network); 2 Aug 2005 16:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 16:43:25 -0000 Received: (qmail 47033 invoked by uid 500); 2 Aug 2005 16:43:24 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 46979 invoked by uid 500); 2 Aug 2005 16:43:24 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 46960 invoked by uid 99); 2 Aug 2005 16:43:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 09:43:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mboorshtein@gmail.com designates 64.233.184.200 as permitted sender) Received: from [64.233.184.200] (HELO wproxy.gmail.com) (64.233.184.200) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 09:43:14 -0700 Received: by wproxy.gmail.com with SMTP id i5so1256468wra for ; Tue, 02 Aug 2005 09:43:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KQJzKpz2MEANFkilA5dUhtXeiX89d7UcTUoAJASlBarHoxzeJTirnZP8inx2MZ00AmGaztQ0cpknkc+ztYtu52E/gZFMNp3ZJjYF7rbPMMGh++1OkTWjLcJItylLEN3oXa8Nr+o8OXiyUd6T2dEKskELJ23pRVt7KvABRy8FwrU= Received: by 10.54.2.57 with SMTP id 57mr3915542wrb; Tue, 02 Aug 2005 09:42:55 -0700 (PDT) Received: by 10.54.138.1 with HTTP; Tue, 2 Aug 2005 09:42:55 -0700 (PDT) Message-ID: <800df6390508020942685e99b9@mail.gmail.com> Date: Tue, 2 Aug 2005 12:42:55 -0400 From: Marc Boorshtein Reply-To: Marc Boorshtein To: Apache Directory Developers List Subject: Re: Client library In-Reply-To: <42EF919F.7030408@bozemanpass.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <175413f5f273d5b3b7beb1727fdf62e8@apache.org> <42EF8D31.2030300@ipov.net> <800df63905080208267f5e26bb@mail.gmail.com> <42EF919F.7030408@bozemanpass.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N JLDAP is actually the latest version of the mozilla/netscape SDK On 8/2/05, David Boreham wrote: > Marc Boorshtein wrote: >=20 > >You may also want to check out JLDAP and JDBC-LDAP from the OpenLDAP > >project. JLDAP is a java implementation for client libraries of the > >LDAP protocol and is closer to the protocol then JNDI. JDBC-LDAP is > >based on JLDAP but alows you to use SQL statements when working with > >LDAP directories (it also includes a browser as well). > > > > > There's also the Mozilla (former Netscape) library: > http://www.mozilla.org/directory/javasdk.html >=20 > It allows bare-metal access to the protocol. >=20 >=20 >