| This class is a very simple example of how to provide your own
settings to a pool at runtime - possibly using an external datastore
via LDAP, or from a relational db.
The example 'datasource' here is just a Properties object - but it does highlight
how you may implement your own.
If you wish to accept defaults for values, then leave them out of the config
and a default value will be used by the pool. For example, if you do not specify
'idleTime', then a value of 120000 (2 minutes) will be used.
See the ExternalPoolConfigProvider class for more info ...
|