Wednesday, December 28, 2011

Intro to Spring Dependency Injection (Part 3 of 4)

In this 3rd episode from Java E-School, presented by The ByteShop.Net, the messaging application is improved so that the remaining input and output class dependencies are eliminated by using the Service Locator design pattern, which "locates" dependent object definitions in an external configuration (properties) file. Source code for all four examples used in this series are available for download from GitHub: https://github.com/jlombardo/DependencyInjection

Monday, December 26, 2011

Intro to Spring Dependency Injection (Part 2 of 4)

In this 2nd episode from Java E-School, presented by The ByteShop.Net, the messaging application begun in part one is modified for improved flexibility by using a manual form of Dependency Injection. Source code for all four examples used in this series are available for download from GitHub: https://github.com/jlombardo/DependencyInjection

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

Sunday, December 25, 2011

Our Mission, Our Passion

We love Java and object-oriented programing in general. But it's not always easy to learn or to find solutions to programming problems. So we decided to help, for free. Why? Because over the years we've received free help from countless individuals and now it's our turn to return the favor. All we ask is that if you find the information valuable, please let others know where you found it. Happy programming!