Default connection provider. It uses the excellent connection pool
available from http://www.javaexchange.com. This connection provider is a
a good choice unless you can use a container-managed one.
there is a compile-time dependencies on the
java.sql.Connection class, which changed between JDK 1.3 and
JDK 1.4.
Inner Class :public class ConnectionWrapper implements Connection