Package org.springframework.jndi

The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.

See
          Description

Class Diagram Summary
jndi 
 

Interface Summary
ContextCallbackCallback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
 

Class Summary
AbstractJndiLocatorConvenient superclass for JNDI-based Service Locators.
JndiObjectFactoryBeanFactoryBean that looks up a JNDI object.
JndiTemplateHelper class that simplifies JNDI operations.
JndiTemplateEditorProperties editor for JndiTemplate objects.
 

Package org.springframework.jndi Description

The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.

In particular, application classes using this package do not need to catch naming exceptions or obtain JNDI contexts.

The classes in this package are discussed in Chapter 11 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).