On 4/4/06, Peter J. Farrell <[EMAIL PROTECTED]> wrote:
I always try to prefer setter injection versus constructor-arg injection
if at all possible. I only use constructor-arg inject the object
absolutely requires another object to init and may be consumed by
another object on its' init.
