|
Hi Renier, Inversion of Control is a design principle or characteristic that frameworks try to achieve (term first coined by Martin Fowler). Dependency Injection is a specific design pattern that realizes the characteristic as its intent. So it only makes sense to refer to Dependency Injection frameworks, because we are referring to a specific pattern implementation, not the general principle or characteristic. In the .Net world Microsoft has a ObjectBuilder component in their Enterprise Library and they consistently refer to it as an implementation of the Dependency Injection pattern, so there is industry-wide trend towards this more specific term, where applicable. Here is Fowler's article that discusses this issue: http://www.martinfowler.com/articles/injection.html Cheers, Ben Renier Rhode wrote: Who actually gets Inversion of Control? The term makes no sense to me... It's other name ( Dependency Injection ) makes much more sense... ( to me in any case ) -- Ben van der Merwe [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum -~----------~----~----~----~------~----~------~--~--- |
- [CTJUG Forum] IoC & MVC Frameworks Paul
- [CTJUG Forum] Re: IoC & MVC Frameworks Renier Rhode
- [CTJUG Forum] Re: IoC & MVC Frameworks Renier Rhode
- [CTJUG Forum] Re: IoC & MVC Frameworks Paul
- [CTJUG Forum] Re: IoC & MVC Frameworks Renier Rhode
- [CTJUG Forum] Re: IoC & MVC Frameworks Ben van der Merwe
- [CTJUG Forum] Re: IoC & MVC Frameworks Renier Rhode
- [CTJUG Forum] Re: IoC & MVC Framewo... michael
- [CTJUG Forum] Re: IoC & MVC Fr... Ben van der Merwe
