by Per Newgro <per.newgro@[EMAIL PROTECTED]
>
Feb 9, 2007 at 12:02 PM
Hallo Henning Eiben,
Dependeny injection means you have to provide a setter method.
@[EMAIL PROTECTED]
customerDispatch;
public void setCustomerDispatcher(ICustomerDispatcher d) {
customerDispatcher = d;
}
The instance has to be assigned by container. As i said before please read
the spec. That do***ent will bring you a clear understanding of the 3.0
concepts. And if you want to use di please understand the pattern, before
usage. There are many tutorials and other docs in web.
Cheers
Per