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] 2
1  PureMVC Manifold / MultiCore Version / Re: How to use Multicore, in what kind of project on: March 05, 2009, 03:59:36
hallo again, i had look on sites that were build with the PureMVC and no one of them is using MultiCore.

again, i need reasons and example of using it. if someone can help in this issue i will be very thankful on it.

10x,
Nisim
2  PureMVC Manifold / MultiCore Version / Re: How to use Multicore, in what kind of project on: March 05, 2009, 01:32:48
10x on the answer. i will take a look on that demos.

Nisim
3  PureMVC Manifold / Standard Version / Re: Notification, "type" property ? on: March 05, 2009, 01:30:21
ok, got it!
10x on the help.

Nisim
4  PureMVC Manifold / MultiCore Version / Re: How to use Multicore, in what kind of project on: March 05, 2009, 01:24:31
i know that need to use it, but i need example of kind of projects that need it.
en example can help here.

10x,
Nisim
5  PureMVC Manifold / MultiCore Version / How to use Multicore, in what kind of project on: March 04, 2009, 03:35:41
Hi,
i need some examples of when to use the MultiCore PureMVC.
i studied the code and understand it, but still i need examples for in what kind of project i should use it.

10x in advanced,
Nisim
6  PureMVC Manifold / Standard Version / Re: Notification, "type" property ? on: March 04, 2009, 01:53:34
thank you for the answer.
i stuck in the middle of your answer. i need clarification before continue.
you said that every document have his own DocProxy, but you can create only one Proxy that handle the specific data for it.
in the Model code you have have only 1 Proxy for that proxy name. how can you create multi proxies from the same type?

10x,
Nisim
7  PureMVC Manifold / Standard Version / Re: registerCommand at Controller class on: March 04, 2009, 06:41:54
ok, it now more understandable.
so when i send a notification, the Command and the madiator will get execute in the same call, right?

Nisim
8  PureMVC Manifold / Standard Version / Notification, "type" property ? on: March 03, 2009, 02:10:56
why do we need the "type" property in the Notification object ?
i need some examples for see the use of it ?

10x,
Nisim
9  PureMVC Manifold / Standard Version / registerCommand at Controller class on: March 03, 2009, 12:40:23
why do we have the "view.registerObserver(" in the registerCommand function?
what is suppose to do. i pass the code and i can't understand why is that.
please someone can explain me.

10x,
Nisim
10  Announcements and General Discussion / General Discussion / Re: how to work with Proxy and big data amount ? on: October 05, 2008, 03:08:22
10x on the help
11  Announcements and General Discussion / General Discussion / Re: how to work with Proxy and big data amount ? on: October 02, 2008, 12:16:39
10x on the answer.
i thought so. i will do it in that way or with callback functions. i don't want that the MainProxy will set the data or even know the SubProxy's.

thank you for the help.

BTW, great documentation it really explain it all.
Nisim
12  Announcements and General Discussion / General Discussion / Re: how to work with Proxy and big data amount ? on: October 02, 2008, 11:35:44
ok, that i know.
but when i has SubDataProxy, for instance, that call to MainDataProxy and the Sub ask the Main to get the data and want to know about this. how he can know it, he doesn't notify for notifications that sent in the app. and the data form the server can come after some time. so he just call the Main and forget about it.

Nisim
13  Announcements and General Discussion / General Discussion / Re: what is the differences between Proxy & Delegate ? on: October 02, 2008, 07:16:49
ok, got that!

i think that you answered my next question. so thank you on the next one as well.

Nisim
14  Announcements and General Discussion / General Discussion / how to work with Proxy and big data amount ? on: October 02, 2008, 07:07:43
hello,

i have a Proxy question. i have one function on the server that give me most of the data in JSON. i don't want 1 proxy to have the all data in one object. right now i can't cut it to some server functions.
how can i get the data and separate it to some proxies and not to only one ? should i use a delegate ? and if so, how it come to this picture here ?

10x,
Nisim
15  Announcements and General Discussion / General Discussion / what is the differences between Proxy & Delegate ? on: October 02, 2008, 06:27:48
hello,

first of all i want to indicate that i am almost finish to study the PureMVC and the simplicity is great and not take a lot of code and compiled space. so thank you Cliff!

now to the question. we have the Proxy "layer" that get the data from the server and send notification to the app for getting the new data.
what is the deference's between Proxy & Delegate ? i know that Delegate need to be the middle layer between the Service layer and the Data Model layer, and this is what the proxy do - go to the server with the Service layer and get notification from the Service layer for "result" from the server, arrange the data to app objects and notify the app on the new data.

i need some help here to fully grasp this things.

10x,
Nisim Joseph
Pages: [1] 2