Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected URL to externally hosted diagrams

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="05abb68177fc7355-8e23147f-4dd7438e-a2f2ad3e-a2a47c5350329cba99f66a89"><ac:plain-text-body><![CDATA[

http://jakarta.apache.org/commons/dbcp/images/dbcp-logo-white.png

[http://jakarta.apache.org/commons/dbcp/ Commons-DBCP] provides database connection pooling services.[BR]A lot of information is available on the [http://jakarta.apache.org/commons/dbcp/ DBCP website]. If you don't find the information you need you can always contact us using one of the [http://jakarta.apache.org/site/mail2.html#Commons mailing lists].

]]></ac:plain-text-body></ac:structured-macro>

...

Here's a little diagram showing what datastructure DBCP sets up and how that datastructure is used in case the DriverManager is employed to obtain Drivers at runtime. Please send any corrections (for now) to d.tonhofer@m-plify.com.

  • Wiki Markup
    \[http://rei1public.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.pdf Apache_DBCP_Structure.pdf\]
  • Wiki Markup
    \[http://rei1public.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.vsd Apache_DBCP_Structure.vsd\]
  • Wiki Markup
    \[http://rei1public.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.png Apache_DBCP_Structure.png\]
    \\

Diagrams hosted by http://rei1public.m-plify.net

The Database Connection Pool (DBCP) component can be used in applications where JDBC resources need to be pooled. Apart from JDBC connections, this provides support for pooling Statement and PreparedStatement instances as well. Complete article can be found here http://www.devx.com/Java/Article/29795/0/page/2.

...