RE: [flexcoders] Is it possible to have the swf and LCDS app on different servers?

2009-02-04 Thread Seth Hodgson
> I have a flex client from which I would like to make RemoteObject calls > through LCDS to a J2EE server. Not possible. LCDS remoting destinations invoke methods on local Java classes. These Java classes that you've exposed as remoting destinations could always make remote calls to other resou

[flexcoders] Is it possible to have the swf and LCDS app on different servers?

2009-01-02 Thread lb100lb
I have a flex client from which I would like to make RemoteObject calls through LCDS to a J2EE server. Is it possible for my swf to be on a different server from my LCDS app? If so, how should my client be configured, compiled and deployed? What would be deployed to my LCDS server? How would my