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 / General Discussion / Base RemoteProxy 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
2  Announcements and General Discussion / General Discussion / Services Locator pattern on: October 17, 2008, 03:06:05
hello,

      Thanx Cliff for creating and supporting this good framework.

Can we use ServiceLocator design pattern to locator the service instead of creating in the proxy constructor.In this case, same service can be used by multiple Proxy.

Thanx...
Pages: [1]