Java Naming and Directory Interface

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 420

This topic has not yet been written. The content below is from the topic description.
JNDI is a standard Java API that is bundled with the Java Development Kit. JNDI provides a common interface to a variety of existing naming services: DNS, LDAP, Active Directory, RMI registry, COS registry, NIS, and file systems. The JNDI API is divided logically into a client API that is used to access naming services, and a service provider interface (SPI) that allows the user to create JNDI implementations for naming services.