You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Leo Simons <le...@apache.org> on 2003/11/19 14:00:27 UTC

Re: Definition of IoC

Berin Loritsch wrote:
>> Ulrich Mayring wrote:
>>> Leo Simons wrote:
>>>
>>>> class MyComponent implements Configurable
>>>> {
>>>>   public void configure( Configuration config )
>>>>   {
>>>>     new Thread( getNewWorker() ).start; // quite possible. Wrong, but
>>>>                                         // possible
>>>>     m_val = config.getChild("blah").value();
>>>>   }
>>>> }
>>>
>>> We have invented an application framework on top of Avalon to prevent 
>>> things like that.
<snip/>
> 
> This is something I would welcome.

+1! (though it should be optional :D)

- LSD



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org