Contents
The factory package contains JNDI object factories (i.e., classes that
implement the
ObjectFactory interface defined in the JNDI SPI). The factories
provided support mail sessions, bean class factories, and resource env references.
Usage
Used with naming-core and naming-java, this package can be used to set up JNDI
resources in a container or standalone application. The APIs can be used
directly to configure factories, or naming-config can be used to configure
factories using xml configuration files.
Dependencies
naming-core plus whatever external libraries are required by factories used.
The mail session factories require javamail and activation jars.