What are the config files used for connecting java and flex?
Answer / Bhavya Jain
The main configuration files used for connecting Java and Flex are: n1. Application-conf.xml: This file is located in the Flex project's 'src/flex' directory. It contains the information about the Java service to be called by the Flex application.n2. blaze-config.xml: This file is used for configuring BlazeDS, a data services gateway that enables communication between Flex and Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you implement push on a flex applications? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
Can I embed html in my flex application?
What is state? What is the difference between states and viewstack in flex?
Explain about component life cycle?
How will flex 3 be packaged?
Explain about measure() method? When this measure() method is called?
Do I need to upgrade to beta 3 to use air beta 3?
What is a metadata tag?
How do I make synchronous data calls in actionscript? : adobe flex action script
What are the collections classes available in flex?
What are three ways to skin a component in flex?