What is the model-view-controller (mvc) pattern? : adobe flex action script
Answer / Suman Pal
Model-View-Controller (MVC) is a design pattern used in software engineering to separate an application into three interconnected components: Model, View, and Controller. The Model represents the data and business logic, the View handles user interface elements, and the Controller manages the interactions between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I still build flex 2 applications with flex builder 3 beta 3?
What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script
Have you built any components with actionscript? If so explain how you did it? : adobe flex action script
What is the difference between sealed class and dyna? : adobe flex action script
Is it possible to make httpservice requests synchronous in adobe flex?
How can u implement singleton in flex?
Should model locator as a singleton class? Can't we instantiate this class as like normal class?
What are channels & their types in flex?
What is the difference between httpService & Data Service?
Explain data binding in flex?
Explain how many levels does flash mx support? : adobe flex action script
Explain how many levels does flash mx support?