So my bottom line: If I do not expect to use legacy components currently,
do not pay for it. Other opinions?
As it was mentioned in another message, the proxies prevent client code from calling any lifecycle methods of your components (easily). They also help enforce the interface/impl separation that avalon encourages by denying client code access to the implementation itself, and forcing it to work via the work interface.
-pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
