Re: [HiveMind] Question about Event mechanism and other reverse control things

2003-10-21 Thread Christian Essl
On Tue, 21 Oct 2003 12:12:01 -0400, Harish Krishnaswamy <[EMAIL PROTECTED]> wrote: I have created an EventService that manages all my listeners but my registrations and handlers are still with the services though and I knew I had to come back to it to set them straight. That sounds good how did

Re: [HiveMind] Question about Event mechanism and other reverse control things

2003-10-21 Thread Harish Krishnaswamy
I have created an EventService that manages all my listeners but my registrations and handlers are still with the services though and I knew I had to come back to it to set them straight. Although I was thinking I can use interceptors instead to manage them. Haven't really thought through it; h

[HiveMind] Question about Event mechanism and other reverse control things

2003-10-21 Thread Christian Essl
I'm a bit unsure about the strategy HiveMind currently takes to the event mechanism. As I see IOC recommends some sort publish/subscribe mechanism as opposed the JavaBean's style thing. Especially for HiveMind I think to see some problems with an event mechanism where Services manage their own