What is mvc and how do you relate it to flex apps? : adobe flex action script
Answer / 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 |
How do you implement push with flex data services? : adobe flex action script
I am sending my request, and I see the data traffic in the command window, but why is the result always empty? : adobe flex action script
How do we identify a component created in a repeater using flex? : adobe flex action script
What is the difference in movieclip and sprite? : adobe flex action script
What are the 2 ways to compile flex source file?
How do we use css styles in flex? : adobe flex action script
Will I need to upgrade my air sdk along with flex 3 beta 3?
What is cairnghorm in flex? : adobe flex action script
What is interface or benefit of interface in term of oop?
Can I add charting to the flex builder standard edition?
How do you add event listeners in mxml components. Now as3 components? : adobe flex action script
Explain the arguments of addeventlistener() method?