|
Are you looking to have a Flex app call
out to a JSP in another browser, or do you want to leave the Flex app and go to
a browser? Do you want Java logic on the backend or to talk directly to the
JSP? HTTPService might be the easiest way to POST to a JSP, but if the object
has real meaning on the Java server then you should be thinking about
RemoteObjects. Matt From: Tom Fitzpatrick
[mailto:[EMAIL PROTECTED] What is the most efficient way to transfer a Flex data object to a JSP
page |

