Robotlegs AS3

November 19th, 2009 Leave a comment Go to comments

RobotLegs AS3

Robotlegs: A DI-Driven Architectural Framework for Flash and Flex

Robotlegs is a lightweight AS3 MVCS Micro-Architecture inspired by PureMVC. Robotlegs was created to provide a small, loosely coupled application framework that is easy to test.

Website & News:

Getting Started:

Code:

Help and Support:

Tutorials and such on the Interblogs:

Other Resources:

  • Hi Daniel,

    Actually, that's been annoying me too. We're discussing that kind of thing over on the RL group:

    http://groups.google.com/group/robotlegs/topics

    Come have your say, but be quick.. we want to lock down the API for v1.0 asap.
  • Daniel Wabyick
    Just digging into RobotLegs documentation and API. It looks off to a great start! One question - why are you choosing to use the 'Proxy' moniker for the model classes? That was one of my biggest peeves about PureMVC. Proxies != Model. Proxies refer to a way to access an object. Models are where you store your data. In my mind, a mediator is also a proxy, to your view.
    (This is more from an intuition perspective than a dogmatic design pattern perspective.)

    Cheers!
    -D

    For the record,
blog comments powered by Disqus