How to connect Flex
application to JAVA GWT
. Some java side data like strings,Image send to edit in flex editor which is a SWF
, when user complete his editing on the SWF,then edited data return back to the java application.
How can I achieve this?
how can we create a SWF
that would be able send data to the java application.