enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. What is JNDI? What is its basic use? When is it used?

    stackoverflow.com/questions/4365621

    The Java Naming and Directory Interface TM (JNDI) is an application programming interface (API) that provides naming and directory functionality to applications written using the Java TM programming language. It is defined to be independent of any specific directory service implementation.

  3. Lesson: Overview of JNDI (The Java™ Tutorials > Java Naming and...

    docs.oracle.com/javase/tutorial/jndi/overview/index.html

    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.

  4. The Java Naming and Directory Interface (JNDI) provides consistent use of naming and/or directory services as a Java API. This interface can be used for binding objects, looking up or querying objects, as well as detecting changes on the same objects.

  5. What is JNDI in Java - Javatpoint

    www.javatpoint.com/what-is-jndi-in-java

    Using the Java programming language, JNDI gives Java users the ability to search Java objects. The Service Provider Interface (SPI) which is made up of an API and an interface known as JNDI. JNDI, is visible in the architecture as a series of various directories.

  6. Java Naming and Directory Interface - Wikipedia

    en.wikipedia.org/wiki/Java_Naming_and_Directory_Interface

    The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java software clients to discover and look up data and resources (in the form of Java objects) via a name.

  7. JNDI Overview - Oracle

    docs.oracle.com/javase/jndi/tutorial/getStarted/overview/index.html

    The Java Naming and Directory Interface TM (JNDI) is an application programming interface (API) that provides naming and directory functionality to applications written using the Java TM programming language. It is defined to be independent of any specific directory service implementation.

  8. Java Naming and Directory Interface (JNDI) - Oracle

    www.oracle.com/java/technologies/java-naming-directory-interface.html

    The Java Naming and Directory Interface (JNDI) is a standard extension to the Java platform, providing Java technology-enabled applications with a unified interface to multiple naming and directory services in the enterprise.

  9. JNDI Interface-related APIs and Developer Guides - Oracle

    docs.oracle.com/javase/8/docs/technotes/guides/jndi/index.html

    The Java Naming and Directory Interface (JNDI) provides naming and directory functionality to applications written in the Java programming language. It is designed to be independent of any specific naming or directory service implementation.

  10. Java SE Core Technologies Java Naming and Directory Interface (...

    www.oracle.com/java/technologies/naming-and-directory-interface.html

    The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications based on Java technology with a unified interface to multiple naming and directory services. You can build powerful and portable directory-enabled applications using this industry standard.

  11. java - What is the purpose of JNDI - Stack Overflow

    stackoverflow.com/questions/1350816

    JNDI is a very powerful mechanism for both organizing configuration information and discovering and listening to services via using the EventContext. In JNDI you can lookup and listen to any object (not just DataSources), assuming your JNDI service provider supports it.