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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to