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: Base RemoteProxy  (Read 5600 times)
pradeep.b
Newbie
*
Posts: 2


View Profile Email
« on: November 04, 2008, 11:42:48 »

Hi,
I want to do some common stuffs for result and fault handlers for all remote services, How can we handle this in PureMVC,
In Responder case, i created a BaseResponder (all remote responders will extends baseresponder) and the common stuffs are in baseresponder and then execute the individual result and fault handlers. 

In PureMVC, we are not using Delegate/Responder, we are using Proxies.

Thanx,
Pradeep
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: November 05, 2008, 05:00:32 »

Proxies can be responders, they need only implement IResponder. And they may use delegates as well. Have alook at the Flex/AIR DeploymentConfig utility for an example.

-=Cliff>
Logged
Pages: [1]
Print