Mark
did you try registering,
$.sap.registerModulePath('ABC','<server><host>/path/path2/ABC');
Then in the caller app, everything should start wit ABC
e.g. if you have to call a view from the remote application, you need to do
var view = sap.ui.jsview("ABC.viewName");