|
|
|
Java Naming and Directory Interface
|
|
|
|
|
|
|
Key
These lines were removed. This word was removed.
These lines were added. This word was added.
|
View page history
|
There are 0 changes. View first change.
| | h1. Java Naming and Directory Interface |
| | |
| | [Java Naming and Directory Interface|http://java.sun.com/products/jndi/] (JNDI) ([Wikipedia|http://en.wikipedia.org/wiki/Java_Naming_and_Directory_Interface]), one of the [Java Technologies], is a registry namespace that enables a [Java EE|Java Enterprise Edition] application to access external resources such as databases, messaging systems, and enterprise information systems (aka legacy applications). The application refers to the resource by JNDI name, which is bound in the application server to a URL and other information for accessing the resource on the network. This hides these details from the application programmer and enables them to be configured by an administrator when the application is deployed. |
|
|
|