Check out the Cafe Townsend example
On 04/11/2007, at 3:10 AM, tomeuchre wrote:
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...