Importance of JNDI

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.
Why we need JNDI if communication to systems via LDAP is possible
Why we need JNDI - Most of the operations are with databases and servers in LDAP. Using JNDI multiple dbms can be reduced by centralizing the information...
Java - What is an applet? How does applet differ from applications?
What is an applet? How does applet differ from applications? - A program that a Java enabled browser can download and run is an Applet...
Java - Explain how to implement an applet into a web page using applet tag
How to implement an applet into a web page using applet tag - To view an applet in the browser, following steps need to be followed:...
Post your comment