In this role, Transfer is acting as a factory to access your domain
objects.
J
On Nov 19, 2008, at 1:48 PM, Chris Blackwell wrote:
> Hi
>
> I have transfer setup up in my applications coldspring, and i'm
> wondering whether its ok to ask cs to create an instance of
> transfer.com.Transfer using the factory-bean/factory-method
> attributes, rather than having to do transferFactory.getTransfer()
> everywhere. I have the following bean definitions for transfer ...