Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

A Lightning Look at Configuration

(Brian will clean these up or create sub-gists to focus on specific parts)

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_main.xml"></script>

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_beans.xml"></script>

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

Adding Dependency Injection

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_usercontroller.java"></script>

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_userform.mxml"></script>

Dispatching and Handling Events

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_userform.mxml"></script>

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_userevent.java"></script>

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_usercontroller.java"></script>

Talking to the Server

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_usercontroller.java"></script>

Unknown macro: {html}

<script src="http://gist.github.com/383055.js?file=quickswiz_userservice.java"></script>

There's More Where That Came From

  • No labels