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.
-
This is the blog of Sam Newman, a consultant working for ThoughtWorks in the UK.
I can be contacted at sam.newman@gmail.com.
My Twitter screen name is @samnewman.
1 Trackbacks
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…