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 |
| ContextCallback | Callback interface to be implemented by classes that
need to perform an operation (such as a lookup) in a
JNDI context. |
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).