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