> I have been looking at the JDBCVirtualUserTable mailet and saw how
> it used avalon.excalibur.datasource.DataSourceComponent.
> I assume that the package handles connection pooling; however, you
> are still openning and closing every time an instance of the mailet
> it closed.
Connection pooling is transparent to an application. You write your client
code as if you were talking directly to the JDBC driver.
There are plenty of resources on the web related to JDBC connection pooling,
including the JDBC specification. You've some reading to do. :-)
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]