There are some examples at: <http://jakarta.apache.org/commons/dbcp/commons-dbcp-1.0/docs/>
In particular, this: <http://jakarta.apache.org/commons/dbcp/commons-dbcp-1.0/docs/ManualPoolingDriverExample.java> shows how to set up and use a pooling Driver, and this: <http://jakarta.apache.org/commons/dbcp/commons-dbcp-1.0/docs/JOCLPoolingDriverExample.java> shows one way of setting up a pooling Driver using an external configuration file. The "package overview" for org.apache.commons.dbcp describes this in some detail: <http://jakarta.apache.org/commons/dbcp/api/overview-summary.html> Also, the JUnit test suite contains additional examples. See: <http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/> Finally, if you poke around in the mail archives (<http://archives.apache.org/eyebrowse/> and elsewhere) there are additional examples and discussion on this topic. On Fri, 20 Dec 2002, Viswanath_Maddali wrote: > Hi > > Can some body send me the implemented code for DBCP packahe.My Working > Environment is iPlanet webserver, i am not using any Datasource. > > Regards > Viswanath > ************************************************************************** > This email (including any attachments) is intended for the sole use of the > intended recipient/s and may contain material that is CONFIDENTIAL AND > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or > distribution or forwarding of any or all of the contents in this message is > STRICTLY PROHIBITED. If you are not the intended recipient, please contact > the sender by email and delete all copies; your cooperation in this regard > is appreciated. > ************************************************************************** > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
