Re: Q: Dependent Initialization
Greg Steuck <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.apps.devel,gmane.comp.jakarta.avalon.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Berin" == Berin Loritsch <[email protected]> writes: Berin> In Fortress, if any component needs another one during init Berin> time, then the dependent component is initialized on demand. Berin> Otherwise, components are initialized according to the order Berin> in the backing map. The approach worked well for the ECM, Berin> and it was brought forward to Fortress. Berin, I always ment to aks that: what does Fortress do to prevent initialization loops? ECM simply went into an infinite loop AFAIR.