I’ve written an article giving a brief introduction on IoC for Java.net, and its been published today. For those of you already familiar with the concept it’s probably not terribly useful, but hopefully it’ll serve as a gentle introduction for those that have yet to look into it.
One Response to “My article on IoC up at Java.net”
mparaz
Sam Newman:
. Another disadvantage is that Spring requires getters and setters for its dependency resolution. You have to expose properties that you might perhaps not otherwise expose, potentially breaking data encapsulation rules and, at best, making…