Tag Archives: Dependency Injection

A Naive Example of Dependency Injection

–> It’s a way in which you decouple the conventional dependency relationships between objects. Say we have two objects that are related to each other, one is dependent on the other. The idea is decouple this dependency. So that they’re … Continue reading

Posted in Spring Framework, Works | Tagged , | Leave a comment