Noel J. Bergman wrote:
Serge,

Would you please revise your patch not to use the static dns class?  The use
of a static class in that fashion is OK for a standalone application, but
I'd like to avoid that in a component architecture.  There isn't a
contractual guarantee that a component installed by some admin might not
also try to use DnsJava.
Yup, good catch. That's why Avalon uses Inversion of Control, so that components are given to the utilizers, so that static accessors are not needed. :-D

(Nicola Ken, doing some coaching ;-)

--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------


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

Reply via email to