Prev Next

Java / JNDI

Components of JNDI.

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 services.

Naming Interface organizes information hierarchically and maps human-friendly names to addresses or objects that are machine-friendly. It allows access to named objects through multiple namespaces.

JNDI includes a directory service interface that provides access to directory objects, which can contain attributes, thereby providing attribute-based searching and schema support.

Service Provider Interface(SPI) supports the protocols provided by third parties.

More Related questions...

Show more question and Answers...

RMI

Comments & Discussions