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 mvc and how do you relate it to flex apps?
What is display container?
What is stoppropagation() and stopimmediatepropagation()?
What is shared object?
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 (onmy computer), how can I do this? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
How do we identify a component created in a repeater using flex?
How can u implement singleton in flex?
What are the methods called when a ui component is intialized? : adobe flex action script
What are the differences between flex 3 and flex 4?
What is interface or benefit of interface in term of oop?