The Java Naming and Directory Interface (JNDI) is an application programming interface (API) that provides naming and directory functionality to applications written using the Java programming language. It is defined to be independent of any specific directory service implementation. Thus a variety of directories--new, emerging, and already deployed--can be accessed in a common way.
The JNDI is divided into five packages:
javax.naming javax.naming.directory javax.naming.event javax.naming.ldap javax.naming.spi
To use the JNDI, you must have the JNDI classes and one or more service providers. The Java 2 SDK, v1.3 includes three service providers for the following naming/directory services:
Lightweight Directory Access Protocol (LDAP) Common Object Request Broker Architecture (CORBA) Common Object Services COS) name service Java Remote Method Invocation (RMI) Registry
If you need any urgent assistance on FAQs-on-JNDI, kindly email your requirement to us at : info@javagenious.com or Contact-an-Expert. Our experts will try their best to solve your problem.
You can also subscribe to our newsletters on FAQs-on-JNDI, to receive updates on FAQs-on-JNDI,via email.Enter you email below:
Keyword Tags: FAQs-on-JNDI tutorial,FAQs-on-JNDI in java,Concepts of FAQs-on-JNDI,Java,J2EE,Interview Questions,FAQs-on-JNDI Examples
|