How will u call java method from flex?
Answer / Amit Gupta
"To call a Java method from Flex, you'll need to create an SWC (SWF Component Library) or use RemoteObject for Remoting. For SWC, create a Java class with public methods and compile it into an SWC file. Then, add the SWC to your Flex project. For RemoteObject, you configure the service-config.xml file to communicate between Flex and the Java backend."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (on my computer), how can I do this?
What are runtime shared libraries in flex? : adobe flex action script
Is it possible to make httpservice requests synchronous in adobe flex?
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script
How do we use css styles in flex?
What is event flow in term of event handling in flash action script 3.0?
What is display container? : adobe flex action script
Difference between flash and flex?
Can I use flex builder 2 to create applications using the flex 3 sdk?
What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
Explain which of the recommended character to use to separate target level paths levels? : adobe flex action script