Skip to content
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

Dawn 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

Getting Started

GettingStarted

Status

Currently committed and working

  • An orthogonal type safe notification system
  • A dependency injection system inspired by Google Guice
Clone this wiki locally