Search code examples
apache-flexremoting

Flex 3 passing objects from Flex to java class


I want to pass an object from my Flex application back to my Java app. Im looking at either passing to a Serlet or passing via a DAO as an object.

Any recommendations?


Solution

  • How are you connecting to java? are you using AMF?

    Generally speaking, passing as an object would be the best solution overall because you probably will be using that object in your flex application anyway.