Dependency Injection mechanism

Posted by abc on Stack Overflow See other posts from Stack Overflow or by abc
Published on 2010-04-04T03:59:56Z Indexed on 2010/04/04 4:03 UTC
Read the original article Hit count: 302

Filed under:
|
|

The advantage of inversion of control is that it decouples objects from specific lookup mechanisms and implementations of the objects it depends on. As a result, more flexibility is obtained for production applications as well as for testing.

what does it mean actually ?

© Stack Overflow or respective owner

Related posts about spring

Related posts about hibernate