RE: RE: Hivemind: Difference between and
Hi James, i did a few tests and i understand now :) Thank you! g, kris "James Carman" <[EMAIL PROTECTED]
RE: Hivemind: Difference between and
Kris, The is a very simplistic mechanism. All it does is instantiate that class. It does no configuration or wiring of the instantiated object. If you want dependency injection, use instead, which by default uses the BuilderFactory to instantiate and configure your implementation object. Jam