Java Naming and directory interface(JNDI)
JNDI provides a common-denominator interface to many existing naming services.
Existing naming services are
1)DNS 2)LDAP 3)NIS
JNDI is an API specified in java technology that provides naming and directory functionality to applications written in the java programming language.It is designed especially for the java platform using java's object model.Using JNDI,applications based on java technology can store and retrieve named java objects of any type.In addition,JNDI provides methods for performing standard directory operations,such as associating atttributes with objects and searching for objects using their attributes.
JNDI provides a common-denominator interface to many existing naming services.
Existing naming services are
1)DNS 2)LDAP 3)NIS
JNDI is an API specified in java technology that provides naming and directory functionality to applications written in the java programming language.It is designed especially for the java platform using java's object model.Using JNDI,applications based on java technology can store and retrieve named java objects of any type.In addition,JNDI provides methods for performing standard directory operations,such as associating atttributes with objects and searching for objects using their attributes.