Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Java Naming and Directory Interface


Related Topics

In the News (Thu 24 Dec 09)

  
  Java Naming and Directory Interface
The Java Naming and Directory Interface is an API for directory services.
A name is bound to an object in the directory.
Directories are a type of context, they restrict the name space much like a directory structure on a file system does.
www.ebroadcast.com.au /lookup/encyclopedia/jn/JNDI.html   (442 words)

  
 Chapter 35 Java Naming and Directory Interface   (Site not responding. Last check: 2007-09-17)
Java™ Naming and Directory Interface is an API used to provide naming and directory functionality to applications written in the Java programming language.
Java Naming and Directory Interface (JNDI) is designed specifically for the Java platform using Java’s object model.
Directory Services Markup Language (DSML) is a markup language that enables you to represent directory entries and commands in XML.
docs.sun.com /source/816-6400-10/jndi.html   (516 words)

  
 Sun ONE Web Server 6.1 Administrator's Guide   (Site not responding. Last check: 2007-09-17)
Specify the name of the profiler, its classpath and native library path, and whether it is enabled.
A JNDI name is a user-friendly name for an object.
These names are bound to their objects by the naming and directory service that is provided by a J2EE server.
www.csuchico.edu /help/ag/agjava.html   (4426 words)

  
 JNDI overview, Part 1: An introduction to naming services
In order to be a naming service, a service must at the very least provide the ability to bind names to objects and to look up objects by name.
In a library, the card catalog maps the names of books to references to their locations on the shelves; in a distributed system, the naming service maps the names of objects to references to their locations in a network.
There are three techniques for storing Java objects in a JNDI service: as serialized data, as a reference to an object, and as the attributes on a directory context.
www.nyu.edu /classes/jcf/g22.3033/handouts/g22_3033_h83.htm   (5988 words)

  
 IrisLogic: Tech Services: Software Application: Java Details
Java technology has traveled well beyond the boundaries of most programming languages by expanding its language specification to include APIs for accessing all kinds of computing resources.
JNDI (Java Naming and Directory Interface) is an enterprise Java API that provides naming and directory functionality using a common set of classes and interfaces that are independent of a specific naming and directory service implementation.
Using JavaĆ­s object model, JNDI is designed specifically for Java and is defined independent of any particular naming or directory service implementation.
www.irislogic.com /techservices/java-details.htm   (941 words)

  
 Java Naming and Directory Interface (JNDI)
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications based on Java technology with a unified interface to multiple naming and directory services.
JNDI works in concert with other technologies in the Java Platform, Enterprise Edition (Java EE) to organize and locate components in a distributed computing environment.
Java Standard Edition, v 1.5.0 This release of the Java platform includes several JNDI-related enhancements, including support for connection pooling for the LDAP service provider, and automatic discovery of LDAP and DNS services.
java.sun.com /products/jndi   (275 words)

  
 Java Naming and Directory Interface - Wikipedia, the free encyclopedia
The Java Naming and Directory Interface (JNDI) is an API for directory services.
The JNDI API is used by the Java RMI and Java EE APIs to lookup objects in a network.
A name is bound to an object in the directory by storing either the object or a reference to the object in the directory service identified by the name.
en.wikipedia.org /wiki/Java_Naming_and_Directory_Interface   (510 words)

  
 Programming NetWare with Java
JNDI is scheduled for inclusion in the Java core API with release 1.2.
The general notion of "an object whose state is a set of bindings" is a context with a lowercase "c." This differentiates it from the Java interface named after it, Context.
As with all Java classes, the first thing we must do is declare the class, its class variables, and its constructor.
support.novell.com /techcenter/articles/dnd19980104.html   (5403 words)

  
 Locating Resources Using JNDI (Java Naming and Directory Interface)
You need to have an initial context, since all of the operations that you can perform on naming and directory services are performed relative to a context.
This is not a preferred approach because it restricts the application to the naming service on the host that you specify.
This is because the javax.naming.Context interface defines a set of constants for the names of the properties that you need to set.
www.developer.com /java/ent/print.php/10933_2215571_4   (1164 words)

  
 JNDI - Java Naming and Directory Interface
(Java Naming and Directory InterfaceTM) (n.) A set of APIs that assist with the interfacing to multiple naming and directory services.
An interface to a directory used to locate a named object.
JNDI is a Java API and library to access directories like LDAP or file systems.
www.auditmypc.com /acronym/JNDI.asp   (245 words)

  
 Chapter 13 Using the Java Naming and Directory Interface   (Site not responding. Last check: 2007-09-17)
For example, appending the application name and the module name to the EJB name is one way to guarantee unique names.
The JNDI name is the same as the name of the JDBC resource as defined in the resource file when the resource is created.
The JNDI name in the Sun Java System specific deployment descriptor must match the JNDI name you assigned to the resource when you created and configured it.
docs.sun.com /source/819-0079/dgjndi.html   (1231 words)

  
 Java Naming and Directory Interface (JNDI)
Like JDBC (Java Database Connectivity), JNDI is not a service, but a set of interfaces; it allows applications to access many different directory service providers using a standardized API.
A simple and easy-to-use JNDI interface is also provided to the name service.
For Java applications, the Java Naming and Directory Interface (JNDI) provides a generic interface to LDAP and other directory services.
www.javaworld.com /channel_content/jw-jndi-index.shtml   (1190 words)

  
 Java J2ee swings servlets javascript html   (Site not responding. Last check: 2007-09-17)
Java developer to an entirely new paradigm--the world of distributed object computing.
Naming and Directory Interface (JNDI) is part of the Java platform, providing applications based on
Java technology with a unified interface to multiple naming and directory services.
www.javamaterial.com /javaapi.html   (1051 words)

  
 Download Java Naming and Directory Interface v1.2.1 Freeware software - Softlookup Downloads
Java Naming and Directory Interface (JNDI) is an API specified in Java that provides naming and directory functionality to applications written in Java.
This allows Java applications to take advantage of information in a variety of existing naming and directory services, such as LDAP, NDS, DNS, and NIS(YP), and allows Java applications to coexist with legacy applications and systems.
Using JNDI as a tool, the Java application developer can build new powerful and portable applications that not only take advantage of Java's object model but are also well-integrated with the environment in which they are deployed.
www.softlookup.com /display.asp?id=8237   (501 words)

  
 Implementing vendor-independent JMS solutions   (Site not responding. Last check: 2007-09-17)
Architecturally, JMS is similar to the Java Database Connectivity (JDBC) API, because they both define a small number of classes but a large collection of interfaces.
The Java Naming and Directory Interface (JNDI) is the most common way to interface with naming services.
Nicholas Whitehead is a Java architect at finetix LLC.
www-106.ibm.com /developerworks/java/library/j-jmsvendor   (3513 words)

  
 SUN MICROSYSTEMS, INC. INTRODUCES JAVA NAMING AND DIRECTORY INTERFACE API
JNDI allows developers to deliver Java applications with unified access to multiple naming and directory services in the enterprise.
Directory and naming services play a vital role in the enterprise by providing access to a variety of information about users, machines, networks, services and applications.
The JNDI API also enables naming and directory service providers to develop, connect and allow cooperative operations between their implementations so that corresponding services are available from applications that use the API.
www.sun.com /smi/Press/sunflash/1997-03/sunflash.970310.10204.xml   (770 words)

  
 Novell Announces Industry-First Implementation of Draft Java Naming and Directory Interface API
JNDI will enable applications written in Java to access information on network users and resources for multiple network naming and directory services, including Novell Directory Services (NDS).
As the industry's leading directory service with more than 17 million users, NDS provides an opportunity for developers to expand their business and build applications for Novell IntranetWare, Sun Solaris, Microsoft Windows NT and leading UNIX implementations.
Novell is a supporter of the 100% Pure Java initiative and will continue to be a leader in pioneering open network standards for the benefit of the Java industry.
support.novell.com /techcenter/articles/dnd19970412.html   (688 words)

  
 Directory SDK 4.1 for Java Source Code Release Notes
Reference materials for the Directory SDK 4.x for Java are produced using the Javadoc utility.
The interface is meant primarily for integrating LDAP tracing with the servlet log facility.
JNDI is a Java API that provides a common way for programmers to access a variety of naming and directory services.
www.mozilla.org /directory/java41relnotes.html   (1031 words)

  
 Build directory-enabled applications with JNDI
The Java Naming and Directory Interface (JNDI) is a staple of the J2EE platform and supports Enterprise JavaBeans (EJB).
The Java Naming and Directory Interface is a standard extension to the Java platform, providing a set of interfaces, classes, and concepts across any namespace.
Namespaces are exposed in a generic fashion in JNDI using a hierarchy of contexts and subcontexts that use the same naming syntax.
builder.com.com /5100-6370_14-5032000-1-1.html   (880 words)

  
 JNDI—Java Naming and Directory Interface > JNDI Basics   (Site not responding. Last check: 2007-09-17)
Although most people tend to use the terms "naming service" and "directory service" interchangeably, there is a difference.
One of the interesting things about all these types of naming and directory services is that they generally perform the same task-mapping a name to some set of attributes or objects.
Because the context uses resources in the naming or directory service, you should close the context when you are done with it.
www.informit.com /articles/article.asp?p=26231   (1335 words)

  
 jGuru: JNDI FAQ Home Page
The Java Naming and Directory Interface (JNDI) is an application programming interface (API) for accessing different kinds of naming and directory services.
JNDI is not specific to a particular naming or directory service, it can be used to access many different kinds of systems including file systems; distributed objects systems like CORBA, Java RMI, and EJB; and directory services like LDAP, Novell NetWare, and NIS+.
To use LDAP within Java (JSP or not), you must use JNDI (Java Naming and Directory Interface).
www.jguru.com /faq/home.jsp?topic=JNDI   (732 words)

  
 ONJava.com -- Developing A White Pages Service with LDAP and JNDI
The association of a name with an object is called a binding.
In a directory service, an object is also associated with a name.
In real world applications, a directory object in a directory server can be used to represent anything: a printer, a computer, a network, or even a person in an organization.
www.onjava.com /pub/a/onjava/2001/05/21/jndi.html   (609 words)

  
 Oracle Application Server Containers for J2EE Services Guide - Java Naming and Directory Interface
Because JNDI is defined independently of any specific naming or directory service implementation, it enables Java applications to access different naming and directory services using a single API.
Application clients follow the model for Java technology-based applications: they are invoked at their main method and run until the virtual machine is terminated.
The EJB name used in the application client program must be mapped to the JNDI location where the EJB is actually bound to.
strogoff.unex.es /oradoc/form_y_report_10g/web.904/b10326/jndi.htm   (2379 words)

  
 Java Naming Services Internals @ JAVA DEVELOPER'S JOURNAL   (Site not responding. Last check: 2007-09-17)
The Java Naming and Directory Interface (JNDI) is a standard API to access different naming and directory service implementations like LDAP.
For instance, the name 'cn=aper-son, ou=ust_india,o=ust/profile/publications' represents two parts: an LDAP name 'cn=aperson,ou=ust_india,o=ust' and a File System name 'profile/publications.' When this name is used in a lookup operation, the method resolves through the LDAP naming service and passes into the File System naming service to find the target object.
The first component represents a name (compound name) in the LDAP naming system and the last two components represent a name in the File System naming system.
java.sys-con.com /read/48537.htm   (1754 words)

  
 Java Naming and Directory Interface (JNDI) Tree Browser User's Guide   (Site not responding. Last check: 2007-09-17)
You can use the Java Naming and Directory Interface (JNDI) Tree Browser to view the objects that are bound to the JNDI tree of a Sun ONE Application Server instance.
That way, you can verify the resource names before adding them to the lookup code and thus minimize programming errors.
The Applications: Web page is displayed, which shows the application name, its file location and status, and the name of the virtual server.
developers.sun.com /sw/building/tech_articles/jnditree_ug.html   (282 words)

  
 JNDI :: Java Naming Directory Interface
A set of generic interfaces that encapsulate common operations on naming services such as DNS (Domain Naming Service) and Lightweight Directory Access Protocol (LDAP).
The second part of JNDI / Java Naming Directory Interface is the generic way to make a connection to the naming service.
The third part of JNDI / Java Naming Directory Interface is the "device-driver" model for naming services such as Java's RMI (Remote Method Invocation), Enterprise JavaBeans (EJB), Common Object Request Broker Architecture (CORBA), LDAP, DNS, file systems, Novell Directory Services and Network Information System (NIS).
www.inforingpress.com /info-tech-careers/jndi.htm   (474 words)

  
 Java Technology
Test your knowledge of the Java programming language and revisit some of the articles and Tech Tips published on java.sun.com in 2006.
Learn what VM agents are, what they can do, and how they work.
This SDK supports the newly released Java SE 6 and introduces a new runtime component, Portlet Container 1.0 Beta, to develop and test Java portlets.
java.sun.com   (353 words)

  
 Novell Announces Industry-First Implementation Of Draft Java Naming and Directory Interface API
Directory services will create new ways for Java applications to dynamically discover, access, manage and define relationships with greater ease."
With the integration between Java and NDS through JNDI, I will be able to see what's available on the network and localize these connectivity activities, saving our clients significant administration and management costs.
Novell is a registered trademark and BrainShare, DeveloperNet, IntranetWare, NDS and Novell Directory Services are trademarks of Novell.
www.novell.com /news/press/archive/1997/03/pr97029.html   (815 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.