Is there is any Way to execute a set of command class or skip a set of command classes based on any conditions . I am already that command classs are registered to the Facade at the startup only.
Is any body implemented puremvc with depenendecy injections like using pranama. If it is avalible please provide the link of it.so that it will help in our project.
I mean if we have two notification need to be raised from our mediator second one is dependent on first one.
it should function like this when one notification is raised ,the second notification need to be wait untill the first notification completed it process & return result.
If any body working on it can be provide a examples with sample code.