-
Inversion of Control vs Dependency injection (6 messages)
- Posted by: Siddhartha Roy
- Posted on: March 28 2007 08:31 EDT
Hi, I am confused with the difference between Inversion of Control vs Dependency injection. Can anyone please explain the difference between these. Many Thanks, RoyThreaded Messages (6)
- Re: Inversion of Control vs Dependency injection by sam lewis on March 29 2007 12:45 EDT
- Re: Inversion of Control vs Dependency injection by senthil balakrishnan on March 31 2007 01:01 EDT
- Re: Inversion of Control vs Dependency injection by Siddhartha Roy on April 04 2007 04:47 EDT
- Re: Inversion of Control vs Dependency injection by senthil balakrishnan on March 31 2007 01:01 EDT
- Re: Inversion of Control vs Dependency injection by Alexandre Poitras on April 04 2007 05:16 EDT
- Re: Inversion of Control vs Dependency injection by Indroneel Das on April 04 2007 06:31 EDT
- Inversion of Control vs Dependency injection by anitha velde on August 01 2012 00:15 EDT
-
Re: Inversion of Control vs Dependency injection[ Go to top ]
- Posted by: sam lewis
- Posted on: March 29 2007 12:45 EDT
- in response to Siddhartha Roy
They are both the same. -
Re: Inversion of Control vs Dependency injection[ Go to top ]
- Posted by: senthil balakrishnan
- Posted on: March 31 2007 01:01 EDT
- in response to sam lewis
Hi, IoC & DI are one and the same. Few think IoC is not the right name as it is a very broader percepective than compared to just dependency injection. Checkout this link for more clarity, http://www.martinfowler.com/articles/injection.html Thanks, Senthil Balakrishnan -
Re: Inversion of Control vs Dependency injection[ Go to top ]
- Posted by: Siddhartha Roy
- Posted on: April 04 2007 04:47 EDT
- in response to senthil balakrishnan
Thanks a lot everyone. Regards, Siddhartha Roy -
Re: Inversion of Control vs Dependency injection[ Go to top ]
- Posted by: Alexandre Poitras
- Posted on: April 04 2007 05:16 EDT
- in response to Siddhartha Roy
Hi,
DI is only a specific case of the more general concept known as IoC but in general they are used interchangeably.
I am confused with the difference between Inversion of Control vs Dependency injection. Can anyone please explain the difference between these.
Many Thanks,
Roy -
Re: Inversion of Control vs Dependency injection[ Go to top ]
- Posted by: Indroneel Das
- Posted on: April 04 2007 06:31 EDT
- in response to Siddhartha Roy
Funny that this discussion should catch my eye. I have just finished writing a blog article on this. You can check out the same at: http://neelzone.wordpress.com/2007/04/04/injection-and-inversion/ Regards, Neel -
Inversion of Control vs Dependency injection[ Go to top ]
- Posted by: anitha velde
- Posted on: August 01 2012 00:15 EDT
- in response to Indroneel Das
Explanation about Difference between IOC (Inversion Of Control) and DI (Dependency Injection) in Spring? find from below site http://javavillage.in/view_topic.php?id=45