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.
|