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

No comments:

Post a Comment