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 / Advantages of PureMVC over Robotlegs 2 on: December 06, 2013, 02:02:53
I have just investigated both frameworks to understand the basic concepts, architecture and other details of PureMVC and Robotlegs 2 and now I don't know which one to choose. The problem is that I think both of the frameworks have almost the same architecture (Views, Mediators, events that create Commands which in its turn call some Proxy functions - in case of RL2 Models and Services). In addition to this I see that Robotlegs has introduced an elegant mechanism of automatic dependency injection (which as I know what taken from Java), and this really took that framework a hug step forward. In the case of PureMVC you should use the Facade. Now can I consider that Robotlegs has accomplished the same that PureMVS has done, but in a better way? If no, then what are the key advantages of PureMVC over Robotlegs?
Pages: [1]