Swiz example project with source
1st October 2009
Update – 9 June 2010: I’ve updated the project code to Swiz 1.0RC.
At Flash on the Beach this year, I presented a session on application frameworks. As part of that session, I had planned to show the source for an example application built using each of the four frameworks I covered. When I discovered that as planned my presentation would take three hours to present, I had to cut a lot of content and the example application was one of the items to be cut. But I still have the source for those applications so I’m posting it here today.
Below is the example built using the Swiz application framework. Links to the other versions follow. All versions have identical functionality. Right click on the swf to view the source.
Flash required: You need version 9 or later of the free Flash player from Adobe to use this content. To download and install the free player from Adobe's web site click here.
The other versions can be viewed here…
- Flexcaster no framework project source
- Flexcaster Cairngorm project source
- Flexcaster PureMVC project source
- Flexcaster Mate project source
- Flexcaster Parsley project source
- Flexcaster Robotlegs project source
- Flexcaster SmartyPants-ioc and As3-signals project source
- Flexcaster Spring Actionscript project source
Tags: Flex, Frameworks, Swiz

4 Comments add your own
I would avoid the SimplyEvent and instead implement the IInitializingBean interface in the FlexcasterController and in the initialize function I would load the feeds.
Great example!
Sönke Rohde | 5th October 2009 at 10:56
Is there a reason you use instead of
???
Jason the Saj | 3rd December 2009 at 04:36
Thanks for the examples. I found that most of your event moderation didn’t work for me until I changed it from (e.g.)
[Mediate("SimpleEvent.SHOW_FEEDS" )]
to:
[Mediate(event="SimpleEvent.SHOW_FEEDS" )]
Zane Appel | 31st January 2010 at 02:31
[...] up with my questions. Also, thanks to David Tucker, Ben Clinkenbeard, Brian Kotek, and Richard Lord for instruction and [...]
Petfinder.com App with Flex / Swiz Source Code | Eric Terpstra | 3rd April 2010 at 07:04
Leave a Comment comment policy
XHTML: you can use these tags - <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>Subscribe to the comments via RSS Feed