I\'m making an app with flash AS3 and puremvc, the way to correctly handle view mediators is sort of throwing me a little...
In PureMVC / ActionScr开发者_如何转开发ipt, after sending out notifications using send Notification or notify-observers, how do I make sure all the observers has received the notification and finished
I\'ve found two very strange pieces of code in PureMVC\'s documentation: public function get resultEntry( index:int ) : SearchResultVO
I am searching for a decent framework for organizing my Javascript, jQuery assisted code according to MVCS micro-architecture.
I\'m getting some PureMVC experience and I want to use keyboard commands to control my view. The rest of the application doesn\'t need to know about what this view is doing.
What are the steps to change your default s开发者_开发技巧uite when running unit tests in Flash Builder 4 with PureMVC?When you create a new test case or a new test suite you can select whether to use
I have some questions related to framework dependency. Generally best coding practice says that don\'t clutter your namespace with framework specific code. For e.g. in case of spring all the dependenc
I\'ve used PureMVC before with AS3, and am playing around with WP7 so thought it would make sense to try the C# port (开发者_运维知识库http://trac.puremvc.org/PureMVC_CSharp/)
I have a mediator that I\'ve registered for a navigation page: facade.registerMediator(new NavPageMediator(viewComponent));
I started a project a while back using the following architecture from Adobe Developer Article talking about Creating marketing platforms in Flex. I did my first set of coding locally forgetting that