| | Java Naming Services Internals @ JAVA DEVELOPER'S JOURNAL (Site not responding. Last check: 2007-09-17) |
 | | The Java Naming and Directory Interface (JNDI) is a standard API to access different naming and directory service implementations like LDAP. |
 | | For instance, the name 'cn=aper-son, ou=ust_india,o=ust/profile/publications' represents two parts: an LDAP name 'cn=aperson,ou=ust_india,o=ust' and a File System name 'profile/publications.' When this name is used in a lookup operation, the method resolves through the LDAP naming service and passes into the File System naming service to find the target object. |
 | | The first component represents a name (compound name) in the LDAP naming system and the last two components represent a name in the File System naming system. |
| java.sys-con.com /read/48537.htm (1754 words) |