Explain the importance of JNDI - To centralize the information storage the enterprises uses LDAP. The information is of user names, passwords, email addresses, printers, determination of database access. Multiple database management is reduced by centralizing the information. - JNDI is a standard Java API - JNDI provides a common interface to naming services like DNS, LDAP, Active Directory, RMI registry, COS registry, NIS, and file systems. - The JNDI API has: - A client API that is used to access naming services. - A service provider interface (SPI) that allows the user to create JNDI implementations for naming services.
|