To install Transfer, the following steps must be followed.
For example:
application.transferFactory = createObject("component", "transfer.TransferFactory").init(
"/myapp/configs/datasource.xml",
"/myapp/configs/xml/transfer.xml",
"/myapp/definitions");
The TransferFactory can also be instantiated by passing a transfer.com.config.Configuration object to the TransferFactory, for example:
config = createObject("transfer.com.config.Configuration").init(
"/myapp/configs/datasource.xml",
"/myapp/configs/xml/transfer.xml",
"/myapp/definitions");
application.transferFactory = createObject("component", "transfer.TransferFactory").init(configuration=config);
If you are updating from a previous version of Transfer,
Categories: