Nicola,
> > abstract class GenericMailet implements Mailet, MailetConfig
>
I'd prefer name of AbstractMailet.
>Let me try to show you a more deeply Avalonized solution...
>
>
>interface MailetContext
> implements org.apache.avalon.framework.context.Context
>{
> void log(String message); // deprecated
> void log(String message, Throwable t); // deprecated
>}
>
>abstract class Mailet
> implements org.apache.avalon.framework.logging.LogEnabled,
> org.apache.avalon.framework.context.Contextualizable
> org.apache.avalon.framework.parameters.Parameterizable
>
>
Oh excellent. Ideal in fact.
Good SoC.
-ph
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>