Monday, December 26, 2011

Intro to Spring Dependency Injection (Part 1 of 4)

In this first episode from Java E-School, presented by The ByteShop.Net, we introduce the concept of Dependency Injection (DI) and show a simple messaging application that would benefit from the technique to make it vastly more flexible. Source code for all four examples used in this series are available for download from GitHub: https://github.com/jlombardo/DependencyInjection

No comments:

Post a Comment