34 lines
1.7 KiB
HTML
34 lines
1.7 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 basic concepts</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="jndiover"></a>JNDI basic concepts</h4>
|
||
|
|
||
|
<p>Naming is used by WebSphere Application Server - Express applications and components to obtain references to objects they use. These objects are bound into a mostly hierarchical structure, referred to as a name space. You can access and manipulate the name space through a name server. Users of a name server are referred to as naming clients. Naming clients typically use JNDI to perform naming operations.</p>
|
||
|
|
||
|
<blockquote>
|
||
|
<p><strong><a href="jndinam.htm">Naming</a></strong>
|
||
|
<br>This topic describes naming, which is used by WebSphere Application Server - Express applications and components to obtain references to objects they use.</p>
|
||
|
|
||
|
<p><strong><a href="jndinsview.htm">Name space logical view</a></strong>
|
||
|
<br>This topic describes a logical view of the name space for the entire cell.</p>
|
||
|
|
||
|
<p><strong><a href="jndiicr.htm">Initial context support</a></strong>
|
||
|
<br>This topic describes the default initial context, which is used as the first step for all naming operations.</p>
|
||
|
|
||
|
<p><strong><a href="jndicorba.htm">Differences between JNDI and CORBA</a></strong>
|
||
|
<br>This topic describes WebSphere Application Server - Express's support for Common Object Request Broker Architecture (CORBA) object URLs as JNDI provider URLs and lookup names.</p>
|
||
|
</blockquote>
|
||
|
|
||
|
</body>
|
||
|
</html>
|