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

Re: java API



Ching-Liang Tseng wrote:

> Hi, I am looking for a java API to access OpenLDAP. Can anyone tell me
> that which one is the right choice, Sun JNDI or Netscape SDK for Java?
> Thanks. Regards,C. Tseng

If you are only interested in LDAP I would (and do) use Netscape's SDK.
The big advantage of Sun's is a layer of abstraction which allows other
types of directories to be used.

The abstraction in JNDI just obfuscates if don't plan on using other
directories.

IMHO,
Anthony