JNDI Section Index | Page 4
Are there any other FAQs on JNDI?
Sun's JNDI FAQ is available from http://java.sun.com/products/jndi/faq.html.
What is JNDI?
The Java Naming and Directory Interface (JNDI) is an application programming interface (API) for accessing different kinds of naming and directory services. JNDI is not specific to a particular n...more
Does JMS require the Java Naming and Directory Interface (JNDI)?
No, but... JNDI provides network-oriented look-up services for distributed objects (among other things). It's possible to implement, as well as use, JMS software without JNDI. In general, howev...more