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

43 lines
3.3 KiB
HTML

<!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>JNDI implementation</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="jndiimpl"></a>JNDI implementation</h4>
<p>WebSphere Application Server - Express includes a name server to provide shared access to Java components, and an implementation of the <a href="http://java.sun.com/products/jndi/1.2/javadoc/index.html" target="_">javax.naming</a> <img src="www.gif" width="19" height="15" alt="Link outside Information Center"> JNDI package, which allows users to access the WebSphere Application Server - Express name server through the JNDI naming interface.</p>
<p>In order to provide access to LDAP servers, Option 5 of the IBM Developer Kit for Java provides Sun Microsystems Java 2 Software Development Kit (J2SDK), Standard Edition, version 1.3, and contains the following packages:</p>
<p>
<ul>
<li><a href="http://java.sun.com/products/jndi/1.2/javadoc/javax/naming/ldap/package-summary.html" target="_">javax.naming.ldap</a> <img src="www.gif" width="19" height="15" alt="Link outside Information Center"></li>
<li><a href="http://java.sun.com/products/jndi/tutorial/beyond/env/source.html" target="_">com.sun.jndi.ldap.LdapCtxFactory</a> <img src="www.gif" width="19" height="15" alt="Link outside Information Center"></li>
</ul>
</p>
<p>WebSphere Application Server - Express does not provide implementations for the <a href="http://java.sun.com/products/jndi/1.2/javadoc/javax/naming/directory/package-summary.html" target="_">javax.naming.directory</a> <img src="www.gif" width="19" height="15" alt="Link outside Information Center"> package and the <a href="http://java.sun.com/products/jndi/1.2/javadoc/javax/naming/ldap/package-summary.html" target="_">javax.naming.ldap</a><img src="www.gif" width="19" height="15" alt="Link outside Information Center"> package. WebSphere Application Server - Express does not support interfaces defined in the <a href="http://java.sun.com/products/jndi/1.2/javadoc/javax/naming/event/package-summary.html" target="_">javax.naming.event</a> <img src="www.gif" width="19" height="15" alt="Link outside Information Center"> package.</p>
<p>WebSphere Application Server - Express's JNDI implementation is based on version 1.2 of the JNDI interface and was tested with version 1.2.1 of the Sun Microsystems JNDI Service Provider Interface (SPI). The default behavior of this implementation should be adequate for most users. However, users with specific requirements can control certain aspects of the JNDI behavior.</p>
<p>See these topics for information on modifying JNDI behavior:</p>
<blockquote>
<p><strong><a href="jndicache.htm">JNDI caching</a></strong>
<br>This topic describes the caching features and properties, including the effects of the different properties on caching behavior.</p>
<p><strong><a href="jndihput.htm">JNDI helpers and utilities</a></strong>
<br>This topic describes the com.ibm.websphere.naming.JndiHelper class and the Name Space Dump utility.</p>
</blockquote>
</body>
</html>