Forte for Java: JNDI module
Requirements
Version: 0.9
Author: Tomas Zezula, Sun Microsystems/NetBeans
-
Abstract:
-
This document briefly describes the requirements for JNDI module. This
module adds support for uniform access to naming and directory services
into the IDE. There are one main area of this support: JNDI Browser.
-
Document History:
-
[04/08/2000] : version 0.9 : First version of the document - current status
-
Contents:
-
1. JNDI Browser
-
1.1 Code Generation
1. JNDI Browser
JNDI specification covers uniform access to naming and directory services
such as CORBA CosNaming, RMI Registry or LDAP. JNDI browser allows user
to mount these naming contexts, browse them and modify them. For
context witch support properties like LDAP or CORBA CosTrading service
browser allows user to add remove or customize them. Browser is able to
generate both binding code for naming context or accessing code for object
bound in the mounted directory.
1.1 Code Generation
Browser generates the binding or accessing code to clipboard. This code
can be put to editor to allow user program manipulate with objects in directories.