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  PureMVC Manifold / Demos and Utils / Re: Login - A PureMVC Java/J2ME Demo on: August 22, 2009, 07:22:23
I can not open the demo it asks for login on http://trac ... but it does not works. It needs the geust access.
This demo illustrates the use of PureMVC with J2ME to implement a Login sequence.

The demo is located here: http://trac.puremvc.org/Demo_Java_J2ME_Login.

The author is Jari Kemppinen.
2  Announcements and General Discussion / General Discussion / Re: slacker example initialize model approach on: August 26, 2008, 10:32:17
Thanks Cliff!
  If I got your idea clearly, model should initialized first with few constant hard coded data. ???
  Preparing a tutorial is necessary for extending the Slacker if you could do it.  Do your best please.
Cheers,  :D
F.Tamy
3  Announcements and General Discussion / General Discussion / Re: slacker example initialize model approach on: August 23, 2008, 08:46:58
It is a cute example Daniel!  :)
We did the same via a SWF document class.

F.Tamy
4  Announcements and General Discussion / General Discussion / Re: slacker example initialize model approach on: August 22, 2008, 10:56:28
Hello Daniel Gomes
  Thanks for your comment!  :D
  In my opinion it is better to add a proxy to load some stuff (e.g. a few images) to show Deferred Instantiation in a clear manner.

Regards, F.Tamy
5  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.  :)
6  PureMVC Manifold / MultiCore Version / Re: New to Multicore - big Flash app planning on: August 21, 2008, 01:23:41
Thank you for clarifying usage of the Standard version to the latest MultiCoreknow. ;)
Pages: [1]