What is mvc and how do you relate it to flex apps?
Answer / Surya Mohan Sharma
Model-View-Controller (MVC) is an architectural pattern that separates an application into three interconnected components: Model, View, and Controller. In Flex applications, the Model represents data and business logic, the View handles user interface aspects, and the Controller manages interactions between the Model and View. Flex provides frameworks like Cairngorm and RobotLegs to implement MVC in a flexible and maintainable manner.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how many levels does flash mx support?
What is state? What is the difference between states and viewstack in flex?
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?
How to stop the event flow/ event phases?
How do you implement push with flex data services? : adobe flex action script
Can I add charting to the flex builder standard edition?
If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?
Explain how many levels does flash mx support? : adobe flex action script
What are the Benefits of flex?
What are three ways to skin a component in flex?
What is a view cursor?
How do you implement push on a flex applications? : adobe flex action script