What is mvc and how do you relate it to flex apps?



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

Post New Answer

More Adobe Flex Interview Questions

Explain how many levels does flash mx support?

1 Answers  


What is state? What is the difference between states and viewstack in flex?

1 Answers  


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?

1 Answers  


How to stop the event flow/ event phases?

1 Answers  


How do you implement push with flex data services? : adobe flex action script

1 Answers  


Can I add charting to the flex builder standard edition?

1 Answers  


If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?

1 Answers  


Explain how many levels does flash mx support? : adobe flex action script

1 Answers  


What are the Benefits of flex?

1 Answers  


What are three ways to skin a component in flex?

1 Answers  


What is a view cursor?

1 Answers  


How do you implement push on a flex applications? : adobe flex action script

1 Answers  


Categories