I have a Flex app that interacts perfectly with my java app, when using 
the mx:remoteOject definition and the getters and setters are in mxml 
components.

However, I want to migrate to pureMVC and use ActionScript instead.

I started with the Arch101Demo example, and made a class in my java app 
that matched the example (Employee).

However, the Arch101Demo used HTTPService, and I am using a 
remoteObject call.

Do any Flex/PureMVC experts know how to modify the Arch101Demo to 
properly use remoteObject calls via ActionScript instead of HTTPService?

I have tried a dozen different things, and while the responder does get 
something back, it is not what it expects, apparently...


Reply via email to