I have done some refactoring.
There is now only one Proxool DataSource:
ProxoolDataSource (surprise surprise)
It transparently supports three modes of configuration:
- pre-configured (Usefull for people who wants to use data sources
outside of a J2EE environment)
- bean-configured (Used by containers such as Jetty and Resin)
- factory-configured (Used by containers such as Tomcat )
I have also added tests for all three modes in ProxooDataSourceTest.
Tomorrow I start testing in various containers.
There are still plenty of details to work out. I'll return to that in
other mails.
CHR
|