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 / Public Demos, Tools and Applications / My first app using puremvc- as3 - flex 3 + papervision3d on: October 02, 2009, 02:52:27
hi all. just want to share my first 3d demo using pmvc.

http://dreamflashstudio.com/my_lab/my3dTour/

pmvc really help me to improve development and easy to maintain/expend features.

thanks. :)
2  Announcements and General Discussion / Getting Started / proxy and VO (basic) on: July 25, 2008, 04:31:44
hi, I have a question regarding VO. Just to make sure my understanding regarding proxy n vo is right..

I want to create VO that store all basic configuration(stage height, fps, and another info). and I want to make sure there is only one instance of this VO object.. (singleton)

can I make it singleton?

but.. if any component want to show the data.. it will duplicate the VO and store locally in the component(another instance of VO).. so the cmponent will show the data from its local data(similar to dataprovider in flex component).. not direct from VO.. so I think I cannot make the VO singleton..

is my understanding correct?

if user try to edit data from component(ex. form panel).. the component will update the data locally n will sent notification so the proxy will help to update VO..

am I right?

Pages: [1]