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

Pages: [1]
Print
Author Topic: PureMVC actors and their responsibilities  (Read 8210 times)
mariusht
Full Member
***
Posts: 26


View Profile Email
« on: May 23, 2009, 07:34:58 »

Hi,
I have been studying PureMVC for a couple days now and I think i got good understanding about the framework.
I made a simplified diagram of core actors: facade, mediator, command, proxy and their responsibilities.
I want to put below picture on my blog http://mariusht.com/blog/ but i am not sure if i got this right.

Do you think i should add anything or maybe remove something from my list?


Any help is appreciated.  Thanks.

Mariush T.
Logged
isragaytan
Full Member
***
Posts: 22


View Profile Email
« Reply #1 on: May 23, 2009, 11:07:02 »

That's nice, it would be really nice put another rectangle under the model view and controller, and explain a little bit the notifications. :D

Nicely done:D
Logged
Jason MacDonald
Sr. Member
****
Posts: 243


View Profile Email
« Reply #2 on: May 24, 2009, 08:14:24 »

Commands are also the place you perform complex operations like gathering data from multiple Proxys, manipulating data before display (business logic), and for any operations that happen in mutiple areas of your app to avoid duplicating code.
Logged
mariusht
Full Member
***
Posts: 26


View Profile Email
« Reply #3 on: May 28, 2009, 03:05:43 »

Thanks for your help!!!

I just added new post to my blog
http://mariusht.com/blog/2009/05/28/puremvc-actors-and-their-responsibilities/
(short description of each responsibility with sample code)
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #4 on: May 28, 2009, 04:27:13 »

Right on! a great one.

-=Cliff>
Logged
Pages: [1]
Print