> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>
> What we did to rectify this was to use a JMS message queue system.
> Our components pull messages from the queues they're responsible for and
> put them into other queues, when they want to talk to other components.
> So the message queue is basically the common ancestor node that controls
> everything and it is a data-driven application :)

I think that is an excellent example of how to solve your problem within the
limitations of IoC.

/LS


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

Reply via email to