CACrown ArchivesThe cinema collection
Menu
Research dossier · General Reference

Java Naming and Directory Interface

Java API for accessing directory services

Cross-disciplinary reference desk with index cards, atlas, dictionary and catalogue
General referenceInterpretive dossier study · Crown Archives visual atlas
Record originEnglish Wikipedia
Text licenseCC BY-SA 4.0
Source revisionAug 5, 2026
Entity authorityQ384725
Source-derived summary

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. Additionally, it specifies a service provider interface (SPI) that allows directory service implementations to be plugged into the framework. The information looked up via JNDI may be supplied by a server, a flat file, or a database; the choice is up to the implementation used.

Typical uses of JNDI include:

connecting a Java application to an external directory service (such as an address database or an LDAP server)

allowing a Java Servlet to look up configuration information provided by the hosting web container

Background

The Java RMI and Java EE APIs use the JNDI API to look up objects in a network.

The API provides:

a mechanism to bind an object to a name

a directory-lookup interface that allows general queries

an event interface that allows clients to determine when directory entries have been modified

LDAP extensions to support the additional capabilities of an LDAP service

The SPI portion allows support for practically any kind of naming or directory service, including:

LDAP

DNS

NIS

CORBA name service

file system

Sun Microsystems first released the JNDI specification on March 10, 1997. As of 2006, the current version is JNDI 1.2.

Basic lookup

JNDI (Java Naming and Directory Interface) organizes its names into a hierarchy. A name can be any string such as "org.wikipedia.ejb.MyBean". A name can also be an object that implements the javax.naming.Name interface; however, a string is the most common way to name an object.

Editorial summary

Begin with the source’s own compact description: “Java Naming and Directory Interface” is java API for accessing directory services. The dossier treats that line as a proposition to test through Java, Naming and Directory, not as a finished interpretation.

Editorial reviewA practical starting point whose main value is the path it opens into stronger specialist and primary sources. The current lead gives the account dated anchors—1997, 2006—that can be checked directly. The selected authority fields contribute no independent date. For this dossier, Java, Naming and Directory is the immediate research focus.
Editorial analysis

Why this record matters

The phrase “java API for accessing directory services” supplies a clear boundary for inquiry. It also exposes the unanswered questions: who defined that boundary, when it became stable and which sources sit outside it.

Evidence profile

The citation trail is more important than the brevity of the summary: it shows where individual claims can be examined in context. The source revision retrieved here is dated Aug 5, 2026. The linked authority identifier is Q384725. The first chronological checks are 1997 and 2006.

Critical limits

Overview language is designed for orientation and should not be treated as a substitute for the evidence cited beneath it. The source lead contains qualifying language; that uncertainty should survive quotation, summary and reuse. Authority statements aid reconciliation but still require their own references, qualifiers and ranks to be checked.

How to read it

Use the entry as an orientation point, then follow its citations and revision history. Names, dates and institutional relationships should be checked against the original record.

Best used for
  • Subject orientation
  • Search vocabulary
  • Locating named sources
Verify next

The closest primary source, responsible institution and strongest cited specialist reference.

Three-step research path

  1. Establish the record: confirm the title “Java Naming and Directory Interface”, its source revision and the description used here.
  2. Expand the search: follow Java Naming and Directory Interface primary sources, Java Naming and Directory Interface archive and Java research across catalogues and specialist indexes.
  3. Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.

Questions for further research

  1. Which source most directly establishes the central claim about “Java Naming and Directory Interface”?
  2. Which institution is responsible for the underlying evidence?
  3. Which cited source is closest to the event, object or claim?
Subject index

Search terms from this dossier

Source & attribution

This entry incorporates text from Java Naming and Directory Interface” on English Wikipedia. Contributors are listed in the page history. Text is available under the Creative Commons Attribution-ShareAlike 4.0 License. Selected authority identifiers and statements are retrieved from Wikidata under CC0; their references and qualifiers remain part of the verification path.