Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
One of the potential drawbacks of using a framework is the
difficulty of reusing your classes outside of that framework. Robotlegs
is, by design, minimally intrusive—for example, if you create a model or
service class that is used within a Robotlegs application, you should be
able to re-use that class in a non-Robotlegs application by simply
providing it with one ActionScript native property: an instance of
IEventDispatcher.
Robotlegs commands only require you to provide an execute() method. There are no special messaging
objects, just your own custom AS3 Events (or Signals if you prefer them and use the
AS3Signals extension packages).