This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 18 lines
!!! Overview
[{$pagename}] ([JNDI]) Java [API] for a directory service that allows Java software clients to discover and look up data and objects via a name.
Like all Java [APIs] that interface with host systems, [{$pagename}] 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. It may make use of a server, a flat file, or a database; the choice is up to the vendor.
Typical uses of JNDI include:
* connecting a Java application to an external directory service (such as an address database server or an [LDAP] server or [DNS] Server)
* allowing a Java Servlet to look up configuration information provided by the hosting web container[1]
!! [{$pagename}] is poorly designed
[{$pagename}] is poorly designed in many respects and you should consider using the [UnboundID LDAP SDK For Java] for new code.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [Java Naming and Directory Interface|Wikipedia:Java_Naming_and_Directory_Interface|target='_blank'] - based on data observed:2015-06-08