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

Pattern: ObjectPool

Manage the reuse of objects for a type of object that is expensive to create, or only a limited number of a kind of object can be created.

Links:


Variant Pattern: ConnectionPool

Manage a collection of database connections

Links:


  Last updated: 2000 05 25