AS3 to JavaEE communication
Hello!
I have to choose the right architecture in order to get in comunication flash and java ee tecnology.
The web designer in the team must use the flash cs3 designer.
In the server side there are servlet, webservice and other java ee technolgies.
First I try to get working as3 with webservice, but I notice that
as3 doesn't have a component for webservice calling it is moved in flex.
I test the thirdy part component (weelconsidered and gophr) and I don't like it.
So I'm switching to AMF comunication regret give up.
In the server side I make a servlet that use OpenAMF library. It works fine, but supports only the AMF0 (I don't like to use the older version)
(see my test at: http://programmaremobile.blogspot.com/2009/10/java-and-amf-by-as3-in-flash.html)
Can anyone recommend me a good solution for this communications?
Flex seems to be a very good solution, but I can't understand how integrate it with flash cs3 projects.