ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/program/jndi.htm

37 lines
2.3 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Java Naming and Directory Interface (JNDI)</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="jndi"></a>Java Naming and Directory Interface (JNDI)</h3>
<p>Distributed computing environments often employ naming and directory services to obtain shared components and resources. Naming and directory services associate names with locations, services, information, and resources.
Naming services provide name-to-object mappings. Directory services provide information on objects and the search tools required to locate those objects. There are many naming and directory service implementations, and the interfaces to them vary.</p>
<p>Java Naming and Directory Interface (JNDI) provides a common interface that is used to access the various naming and directory services. See <a href="http://java.sun.com/products/jndi/serviceproviders.html" target="_blank">http://java.sun.com/products/jndi/serviceproviders.html</a> <img src="www.gif" alt="Link outside Information Center" width="19" height="15"> for a list of naming and directory service providers which support access through the JNDI interface.</p>
<p>JNDI is an integral part of other Java programming models and technologies, such as data access and JavaMail. </p>
<p>See these topics for more detailed information about JNDI.</p>
<blockquote>
<p><strong><a href="jndiover.htm">JNDI basic concepts</a></strong>
<br>This topic provides conceptual information about naming, name space logical views, initial context support, and the differences between JNDI and CORBA.</p>
<p><strong><a href="jndiimpl.htm">JNDI implementation</a></strong>
<br>This topic describes the WebSphere Application Server - Express implementation of JNDI, including package and interface support. This page also links to JNDI caching and JNDI helpers and utilities information.</p>
<p><strong><a href="jndiuse.htm">Use JNDI</a></strong>
<br>This topic provides an overview of the steps necessary for using JNDI within your Java components.</p>
</blockquote>
</body>
</html>