Frontier Java   Frontier Java
 home  |  source code  |  articles  |  patterns  |  contact  |  what's new  |  site map  |  resume 
Search
Free source
Applets
JavaScript
 

Article: Implement a JDBC Connection Pool via the Object Pool Pattern


Published May 10, 2000 at Gamelan: Implement a JDBC Connection Pool, Part 2

The Connection Pool is ideal for connections via JDBC

Download the source code: jdbcPool2.zip

 


Published April 12, 2000 at Gamelan: Implement a JDBC Connection Pool via the Object Pool Pattern

The Connection Pool is ideal for connections via JDBC

Download the source code: jdbcPool.zip

Download UML diagrams: jdbcPoolUml.zip

 

 

The Object Pool pattern is covered in these books:


Design Patterns: Elements of Reusable Object-Oriented Software
Buy this book
chapters.ca
amazon.com

Patterns In Java: A Catalog Of Reusable Design Patterns Illustrated With Uml
Buy this book
chapters.ca
amazon.com

 


  Last updated: 2000 11 29