On Sun, May 17, 2009 at 6:17 PM, Igor Vaynberg <[email protected]> wrote: > IOC works fine if you use constructor injection :) which is what you > should use. the only reason people may prefer setter injection is that > configuration looks nicer.
And, when circular dependencies won't allow you to use constructor-based injection (only an issue with "class-based" proxies). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
