jndi
This is the home page for the jndi module.
NOTE: maintenance on this module has been suspended for
lack of interest. If you would like to maintain or further
develop this module, and assume responsibility for publishing stable
updates for new NetBeans releases, please contact
nbdev@netbeans.org.
Main Features
- 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. The module uses standard providers which are included in JDK 1.3.
It is also possible to install and use a new provider.
- Code Generation
It is possible to use the browser for generation of the binding or
accessing code to clipboard. This code can be put to editor to
allow user program manipulate with objects in directories.
More Documentation
Related Links