An implementation of DbConnectionProvider that utilizes a JDBC 2.0 DataSource
made available via JNDI. This is useful for application servers where a pooled
data connection is already provided so can share the pool with the
other applications.
The JNDI location of the DataSource is retrieved from the
com.Yasna.forum.PropertyManager as the
JNDIDataSource.name property. This can be overiden by setting
the provider's name property if required.
author: Joe Walnes See Also: com.Yasna.forum.database.DbConnectionProvider |