On Thu, March 31, 2005 1:57 pm, Craig McClanahan said:
> Every single time I've created a static utilities class (and that
> includes things like Commons BeanUtils) I have regretted it, because
> users are stuck with the functionality you provide and cannot
> customize.

I don't follow... isn't the problem you mention exactly what inheritance
is meant to solve?  You aren't making those utility classes final, are
you? :)

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to