PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: pradeep.b on November 04, 2008, 11:42:48



Title: Base RemoteProxy
Post by: pradeep.b 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


Title: Re: Base RemoteProxy
Post by: puremvc 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>