Wednesday, 12 March 2014

Spring Key word
Dependency Inversion Principle (DIP)
: Principle used in architecting software.
Inversion of Control (IoC): Pattern used to invert flow, dependencies and interfaces.
Dependency Injection (DI): Implementation of IoC to invert dependencies.
IoC Container: Framework to do dependency injection. It Helps to map dependencies, manage object creation & lifetime.

No comments:

Post a Comment

feedback and suggestion.