Why we need JNDI if communication to systems via LDAP is possible

Explain why we need JNDI if communication to systems via LDAP is possible.

- Most of the operations are with databases and servers in LDAP. Using JNDI, multiple dbms can be reduced by centralizing the information. The centralization of information storage is done by LDAP.
- JNDI is also used to lookup resources like a database or a message queue. With JNDI, you get a uniform way to access directory services.
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:...
Java - What are the attributes of Applet tags? Explain the purposes
What are the attributes of Applet tags? - height: Defines height of applet, width: Defines width of applet...
Post your comment