RE: RE: Hivemind: Difference between and

2006-07-24 Thread Kristian Marinkovic
Hi James, i did a few tests and i understand now :) Thank you! g, kris "James Carman" <[EMAIL PROTECTED]

RE: Hivemind: Difference between and

2006-07-24 Thread James Carman
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