What is mvc and how do you relate it to flex apps? : adobe flex action script
Answer Posted / Sheoraj Singh
Model-View-Controller (MVC) is a software architectural pattern that separates an application into three interconnected components: Model, View, and Controller. In Flex applications, the MVC pattern can be implemented using Cairngorm or other similar frameworks. The Model represents the data and business logic of the application, the View displays the user interface, and the Controller handles user interactions and updates the Model and View accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers