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]
Sent: Wednesday, March 16, 2005 9:48 AM
To: [email protected]
Subject: [flexcoders] Flex-JSP interaction

 

What is the most efficient way to transfer a Flex data object to a JSP page
for display and manipulation within the JSP page - and, given the answer to
that question, what is the most appropriate format for the data object?

- Tom







Reply via email to