Simple MVC with ActionScript 3 - An Updated Approach
Back in October of 2008, I wrote an article on implementing a simple MVC micro-architecture. Apparently it was well received, and is by far the page on my site that gets the most traffic (about 5 times the amount).
Well that was roughly 18 months ago, and since then I have started using a much more efficient, flexible, and low footprint implementation. The goals of the new framework were to build one that allowed components to be reused, created better separation of concerns, made the application structure more modular, and gave the developer the freedom to structure the app the way it worked best for that project.


