Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / slacker example initialize model approach on: August 21, 2008, 07:49:18
  I'd just started the AS3 and flex with pureMVC last week.
  I did not get the idea of missing the Slacker Model on : http://trac.puremvc.org/Demo_AS3_Flex_Slacker/browser/trunk/src/org/puremvc/as3/demos/flex/slacker/model
  I read on release note about the Mode on:
1. The Main MXML Application (Slacker) gets the ApplicationFacade instance *during* its creation.

2. This initializes the Model, View, Controller and Facade instances, and registers STARTUP/StartupCommand with the controller.
  How Slacker initializes the model?

  I did not find the proper place for registerProxy calls. Shall we do it in StartupCommand or else?
Thank you in advanced.  :)
Pages: [1]