Answer Posted / 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 |
Post New Answer View All Answers