Skip Headers
Oracle® Containers for J2EE Enterprise JavaBeans Developer's Guide
10g (10.1.3.5.0)

Part Number E13981-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

Understanding EJB JNDI Services

The Java Naming and Directory Interface (JNDI) provides your Java EE application with a unified interface to multiple naming and directory services. You use JNDI to organize and locate components in a distributed Java EE environment. You can define environment references for Java EE components and associated JNDI properties.

You can use JNDI to look up and retrieve these components using the following:

For more information, see the following: