Flex Best Practices – Models, Views, and Controllers | The World In A State of Flex
Flex Best Practices – Models, Views, and Controllers
Quick Look At MVC
Understanding The Model
Best Practices
Refactoring Your Code To The Model
Understanding The Controller
Best Practices
Refactoring Your Code To The Controller
Your Simplified View
Wrapping It All Up
I you won't use a framework with Flex read that post and voilà!
The Flex code-behind pattern is a design pattern that has been around since the release of Flex 1.0 yet is not known or used by a lot of developers. The initial concept of the pattern was based on the ASP.NET development pattern where the layout is handled in a main file and a secondary “backing” file handles all the logic. The goal of the pattern is to create a clear separation of logic and layout.
Comments [0]