Standardized Dependency Injection in Java
Using DI has become an increasingly standard practice for the well-grounded Java developer, and several popular containers provide excellent DI capabilities. But, in the not too distant past, the various DI frameworks all had differing standards for how you should configure your code to take advantage of their IoC containers. …