directory « jndi « Java Enterprise Q&A





1. Naming and Directory (JNDI) - What are Pitfalls for Using JNDI    stackoverflow.com

Naming and Directory (JNDI) - What are Pitfalls for Using JNDI

2. How to show all objectclasses description of ldap directory using jndi    stackoverflow.com

I want to show all objectclasses present in schema of LDAP Directory to help user to input available objectclasses for adding new entry.

DirContext schema = ctx.getSchema("");
Attributes answer = schema.getAttributes("ClassDefinition/person");
but that shows ...

3. What is a naming directory?    stackoverflow.com

I am reading about JNDI and if I have understood the things I have read so far then JNDI is an API for getting resources from naming directories such as LDAP, ...

4. [API] JLDAP, JNDI, SUN one directory    forums.oracle.com