By bloid
via javalobby.org
Submitted: Dec 28 / 10:17
Dependency injection (DI) is now well established as a sensible and practical way to “wire” up Java programs. I'm talking particularly of the bean XML configuration approach used by Spring.
(The rest of this article discusses DI from this perspective. Apologies to advocates of other techniques, including annotation-based approaches which I'm aware that Spring also supports. I have no real experience with these although some of the following will still be applicable).
Add your comment