The Jakarta Commons Pool Package

$Id: STATUS.html,v 1.2 2002/04/23 00:00:51 rwaldhoff Exp $
[Introduction] [Dependencies] [Release Info] [Committers] [Action Items]

1. INTRODUCTION

The Pool package defines a generalized object pooling interfaces, and provides several general-purpose implementations. The following major classes are provided:

2. DEPENDENCIES

The Pool package is dependent upon the following external components for development and use:

3. RELEASE INFO

Current Release: Unreleased, CVS Repository Only

Planned Next Release: TBD

4. COMMITTERS

The following individuals are the primary developers and maintainers of this component. Developers who plan to use the Pool package in their own projects are encouraged to collaborate on the future development of this component to ensure that it continues to meet a variety of needs.

5. ACTION ITEMS

The following action items need to be completed prior to a Version 1.0 release of this component:

Action Item Volunteer
Soft-Reference Based Pools - pool implementations that keep soft references to the pooled instances, evicting objects when the VM needs memory  
Install / Use Documentation. Expanded examples and installation documentation.