You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
justsee edited this page Sep 13, 2010
·
38 revisions
A Dependency Injection framework for ActionScript
Boogawooble is a lightweight framework for ActionScript inspired by Google Guice. In addition to Dependancy Injection, it provides type safe notifications and helps you to build apps which are loosely coupled, easily unit tested, and less error-prone.
Motivation
A discussion on:
the failings of common ActionScript frameworks like Cairngorm and PureMVC
the unsatisfactory nature of ActionScript events
how a Guice-inspired framework can resolve these issues and allow developers to write less code which does more