Peter Donald wrote:
> 
> Hi,
> 
> I was just looking through excaliburs scratchpad directory and I see a bit of
> cruft that will probably never be used and I was wondering whether you think
> we should remove it. Specifically
> 
> * all the stuff in util except StringUtil
> * proxy package (no longer needed as phoenix will use jdk1.3s mechanism and
> besides there was a bug in it somewhere).
> * pipeline (not really viable without generic types implemented).

With the exception of the Circuit class:

+1, get rid of it.  The Circuit class seemed interesting, but there was no way
to get information out of it.

Actually, leave the Circuit class in util.  I want to upgrade it so that I can
get information out of it and use it for Excalibur Component framework.  The
reason being is that I want to have one ComponentHandler instance per managed
class--regardless of the number of ComponentManagers or ComponentSelectors there
are.  That will allow us to truly control the number of instances in a pool.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to