[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Question (ITS#345)



On Tue, 2 Nov 1999, Avital@realvision.co.il wrote:

> I would like to know if there is something equl to LDAP in Java?

LDAP is programming language agnostic, so it can be used from almost any
language (including Java).  There are multiple APIs available to Java
programmers for using the LDAP protocol to access directories.

> If there is,please write to me which class?

Shipping:

http://java.sun.com/products/jndi/
http://developer.netscape.com/tech/directory/downloads.html#java40sdk

Draft:

http://www.ietf.org/internet-drafts/draft-ietf-ldapext-ldap-java-api-08.txt
http://www.ietf.org/internet-drafts/draft-ietf-ldapext-ldap-java-api-asynch-ext-03.txt

Cheers..


dave