Monday, January 23, 2006

What is JNDI

JNDI (Java Naming and Directory Interface) provides a common interface that allows the user to access existing service like DNS, LDAP, RMI, CORBA. It provides an abstraction that hides the implementation details of various naming and directory services. The advantage is that multiple directory services can co-exist and interface with the same JNDI client.

0 Comments:

Post a Comment

<< Home