资 源 简 介
Flest Framework
Flest is an ActionScript3 / Flex application framework for building enterprise level RIAs. It uses such design pattern as Controller, Factory, Command, etc. High efficiency, simplicity and practicality were set as its mandatory design features.
Although the framework operates with such class roles as Model, Controller, Command and view State, at current stage it is not considered an MVC implementation due to the following reasons:
Technically Flex/AS3 RIA is a single-tier application that works as a front-end for whatever sits on the server side (dotNET, J2EE, PHP, etc). De-coupling RIA View from RIA Model does not seem practical in most cases because:
RIA View and RIA Data Model are tightly coupled, for example, visible/selected/etc RIA View fields are possible statuses of various RIA Data Model elements, and
RIA Data Model elements do not match one-to-one to Serve