h4. A Lightning Look at Configuration

(Brian will clean these up or create sub-gists to focus on specific parts)
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_main.xml"></script>{html}
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_beans.xml"></script>{html}

h4. The "Big Three": Dependency Injection, Event Handling, and Server Interaction

h4. Adding Dependency Injection

{html}<script src="http://gist.github.com/383055.js?file=quickswiz_usercontroller.java"></script>{html}
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_userform.mxml"></script>{html}

h4. Dispatching and Handling Events
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_userform.mxml"></script>{html}
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_userevent.java"></script>{html}
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_usercontroller.java"></script>{html}

h4. Talking to the Server
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_usercontroller.java"></script>{html}
{html}<script src="http://gist.github.com/383055.js?file=quickswiz_userservice.java"></script>{html}

h4. There's More Where That Came From