You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/15 23:11:47 UTC

[Commons Wiki] Update of "DBCP" by DavidTonhofer

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The following page has been changed by DavidTonhofer:
http://wiki.apache.org/commons/DBCP

The comment on the change is:
Corrected URL to externally hosted diagrams

------------------------------------------------------------------------------
  
  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. 
  
-   * [http://rei1.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.pdf Apache_DBCP_Structure.pdf]
+   * [http://public.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.pdf Apache_DBCP_Structure.pdf]
-   * [http://rei1.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.vsd Apache_DBCP_Structure.vsd]
+   * [http://public.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.vsd Apache_DBCP_Structure.vsd]
-   * [http://rei1.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.png Apache_DBCP_Structure.png]
+   * [http://public.m-plify.net/Apache_DBCP/Apache_DBCP_Structure.png Apache_DBCP_Structure.png]
  
- Diagrams hosted by http://rei1.m-plify.net
+ Diagrams hosted by http://public.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.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org