package.html revision 2362
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
0N/A<html>
0N/A<head>
0N/A<!--
0N/ACopyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
0N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/AThis code is free software; you can redistribute it and/or modify it
0N/Aunder the terms of the GNU General Public License version 2 only, as
0N/Apublished by the Free Software Foundation. Oracle designates this
0N/Aparticular file as subject to the "Classpath" exception as provided
0N/Aby Oracle in the LICENSE file that accompanied this code.
0N/A
0N/AThis code is distributed in the hope that it will be useful, but WITHOUT
0N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/Aversion 2 for more details (a copy is included in the LICENSE file that
0N/Aaccompanied this code).
0N/A
0N/AYou should have received a copy of the GNU General Public License version
0N/A2 along with this work; if not, write to the Free Software Foundation,
0N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
0N/APlease contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
0N/ACA 95054 USA or visit www.sun.com if you need additional information or
0N/Ahave any questions.
0N/A-->
0N/A</head>
0N/A<body bgcolor="white">
0N/A
0N/AProvides the means for dynamically plugging in support for accessing
0N/Anaming and directory services through the <tt>javax.naming</tt>
0N/Aand related packages.
0N/A
0N/A<p>
0N/AThis package defines the service provider interface (SPI) of the Java Naming
0N/Aand Directory Interface<font size=-2><sup>TM</sup></font> (JNDI). &nbsp;
0N/AJNDI provides naming and directory functionality to applications
0N/Awritten in the Java programming language. It is designed to be
0N/Aindependent of any specific naming or directory service
0N/Aimplementation. Thus a variety of services--new, emerging, and
0N/Aalready deployed ones--can be accessed in a common way.
0N/A
0N/A<p>
0N/AThe JNDI SPI provides the means for creating JNDI service providers,
0N/Athrough which JNDI applications access different naming and
0N/Adirectory services.
0N/A
0N/A
0N/A<h4>Plug-in Architecture</h4>
0N/A
0N/AThe service provider package allows different implementations to be plugged in
0N/Adynamically.
0N/AThese different implementations include those for the
0N/A<em>initial context</em>,
0N/Aand implementations for contexts that can be reached
from the initial context.
<h4>Java Object Support</h4>
The service provider package provides support
for implementors of the
<tt>javax.naming.Context.lookup()</tt>
method and related methods to return Java objects that are natural
and intuitive for the Java programmer.
For example, when looking up a printer name from the directory,
it is natural for you to expect to get
back a printer object on which to operate.
<h4>Multiple Naming Systems (Federation)</h4>
JNDI operations allow applications to supply names that span multiple
naming systems. So in the process of completing
an operation, one service provider might need to interact
with another service provider, for example, to pass on
the operation to be continued in the next naming system.
The service provider package provides support for
different providers to cooperate to complete JNDI operations.
<h2>Package Specification</h2>
The JNDI SPI Specification and related documents can be found in the
<a href="/technotes/guides/jndi/index.html">JNDI documentation</a>.
@since 1.3
</body>
</html>
<body>
</body>