Hi Guys, I wrote a small piece in my blog about the IoC pattern and frameworks. I am not sure whether my understand is correct and complete. So, I'd appreciate it if you can comment on it (in this thread or on the blog). Thanks a in advance! IoC pattern and frameworks -- what's the big deal? cheers Michael
Take a look at Martin Fowler's website for an article on this subject. I like Spring which supplies a lot more IOC capability than just application plumbing but then I am a bigot . I wrote (the initial version) of the Petclinic sample application. [ January 14, 2004: Message edited by: Ken Krebs ]
kktec<br />SCJP, SCWCD, SCJD<br />"What we observe is not nature itself, but nature exposed to our method of questioning." - Werner Heisenberg
I have been interested in learning the lightweight containers and came across this term 'IOC' . After reading what it actually is, isn't it similar to / variation of strategy ? Pls. advise.