Skip to content

A series of examples showing progression from a highly dependent MessageService application to a loosly-coupled version using Spring Dependency Injection

Notifications You must be signed in to change notification settings

jlombardo/DependencyInjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Netbeans project using Spring 3.0.2 core libraries as provided by Netbeans 7.0.1. It demonstrates Dependency Injection starting with a sample messaging application that suffers from hard dependencies. From there it gradually transitions to two forms of manual injection, including use of the ServiceLocator design pattern in example 3. From there it transitions to using the Spring Framework and its IoC container for automatic dependency injection in example 4. These samples are part of an e-learning experience host by The ByteShop.Net and its Java E-School. See it at: http://blog.byteshop.net/ 

About

A series of examples showing progression from a highly dependent MessageService application to a loosly-coupled version using Spring Dependency Injection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages