×
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. Like all Java APIs that interface with host systems, JNDI is independent of the underlying implementation.
Weitere Fragen

Java Naming and Directory Interface

Java Naming and Directory Interface ist eine Programmierschnittstelle innerhalb der Programmiersprache Java für Namensdienste und Verzeichnisdienste. Mit Hilfe dieser Schnittstelle können Daten und Objektreferenzen anhand eines Namens abgelegt und... Wikipedia
This JNDI Java tutorial describes Java Naming and Directory Interface (JNDI) technology, naming and directory operations, and LDAP.
The JNDI architecture consists of an API and a service provider interface (SPI). Java applications use the JNDI API to access a variety of naming and directory ...
08.01.2024 · The Java Naming and Directory Interface (JNDI) provides consistent use of naming and/or directory services as a Java API.
JNDI is an API that provides naming and directory functionality to Java applications. It can be used in distributed systems so that even if a system has ...
01.09.2023 · In Java, JNDI stands for Java Naming and Directory Interface. It is an API (Application Programming Interface) that provides a unified interface ...
The Java Naming and Directory Interface (JNDI) API is used for accessing different kinds of naming and directory services. Java EE components locate objects by ...
09.02.2024 · The Java Naming and Directory Service (JNDI) can be used to manage connections to the database server. See Oracle's JNDI overview for more on ...
JNDI is a Java API that provides naming and directory functionality to Java applications. As the JMS client, Integration Server uses a JNDI provider alias to ...