> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg > > Vladimir> May be this is reason to add to framework new interface > Vladimir> between initialization and start phases with one method > Vladimir> setup()? This allows to have a phase where services can > Vladimir> interact with live instances of other services. > > If I understand you correctly, all you need to do in e.g. Phoenix is > specify that B should be provided to A. Then B will be fully > initialized > and started by the time A gets to use it. Does that answer your > question?
In Fortress, if any component needs another one during init time, then the dependent component is initialized on demand. Otherwise, components are initialized according to the order in the backing map. The approach worked well for the ECM, and it was brought forward to Fortress. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
