Dependency Injection With Only One Dependency

Dependency Injection With Only One Dependency

If you’re like most projects these days, you probably use Spring, Guice or another dependency framework. But how many dependencies do you really have? By exploiting the fact that you probably only have a very few number of real dependencies in your project, you can greatly simplify your application.

Video Producer: JavaZone Conference