Berin,
Thanks for your response.

> It depends entirely on what you are trying to do.  The Event package
provides
> a framework for a SEDA like infrastructure where components are stitched
together
> using event queues.  It helps increase scalability while minimizing
complexity
> in event based programming.  In other words, it forces a minimal structure
to
> that type of computing.
>
> In the Event package is a CommandManager, where you can execute commands
> asynchronously using a small amount of threads in the background tasks.
> It is useful for management functions and all.
>
> As far as how to best help you, I would need some more information on what
> problem you are trying to solve.
Well, I am working on the Catalina Sevak App for Phoenix and am attempting
to
extract a set of Service interfaces from Catalina's (Tomcat) codebase.
Catalina
uses Swing-style event notification within its implementation.  The question
I need to
address is whether I should expose the add<EventListener>( ) methods within
the
Service interface or not.  I am not inclined to place them there as this
tends to be
implementation specific.

Thoughts?

Daniel Krieg


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

Reply via email to