I'm trying to bow my head to dependency injection.
One of the things that I am confused about is whether I need to control all the object-objects using the DI framework (Spring, Guice, etc.).
Or, if not, how do you determine which objects are created by the wireframe and which objects are created using the new operator?
java spring new-operator dependency-injection guice
Chuck
source share