What is Swiz?Swiz is a framework for Adobe Flex, AIR, and Flash that aims to bring complete simplicity to RIA development. Swiz provides:
In contrast to other major frameworks for Flex, Swiz:
Swiz represents best practices learned from the top RIA developers at some of the best consulting firms in the industry, enabling Swiz to be simple, lightweight, and extremely productive. How Do I Get It?The latest released version is 1.3.1. A zip file containing the SWC, source and ASDocs is here: Swiz 1.3.1 Download and release notes can be found here: Swiz Release Notes The latest code can always be found on GitHub at http://github.com/swiz/swiz-framework/. You can also try out the Swiz 2.0.0 Beta, which includes AOP support. More details can be found on the Swiz blog. Looking for an earlier version of Swiz?Visualizing SwizSometimes pictures can help solidify an idea better than words can. With that in mind, here are basic representations of two core Swiz features: dependency injection and event handling. A Little Help Here?If you have any questions please join the mailing list. You can also find Swiz on Twitter and Swiz on Facebook. Swiz is provided under the Apache License 2.0 |
Home
Labels:
None
Page:
Quick Start
Page:
User Guide
Page:
Advanced Topics
Page:
Best Practices
Page:
Examples
Page:
Release Notes
Page:
IDE Support
Page:
External Community Resources
Page:
Migration Guide
Page:
How To Contribute to Swiz
Page:
Presentations
Page:
FAQ

5 Comments
comments.show.hideJul 25, 2011
Anonymous
I just built my first project using Swiz in place of PureMVC and I am quite impressed with it's simplicity. I do have a question however:
Can Swiz be used in an iOS Actionscript application? I noticed in a thread elsewhere that it can be deployed for a Flash IDE project provided you include the framework.swc and rpc.swc. Do you know if this method of deployment would be compatible for iOS?
Jul 25, 2011
Brian Kotek
I'd recommend asking about this on the Swiz mailing list (http://groups.google.com/group/swiz-framework). The comments here are really meant for feedback on the documentation, not technical questions.
Aug 17, 2011
Anonymous
Thanks,
Very Nice Framework
Aug 25, 2011
Anonymous
Can you use this framework with external Flex Libraries, for example i dispatch a event from a class in my
included library will i be able to catch that event inside my app with the [EventHander()]???
Thanks in advice.
Aug 25, 2011
Brian Kotek
Yes, it should work just like any other library project. In the future, please ask technical questions on the mailing list, since the blog comments are really for comments about the documentation itself, and aren't very optimal for technical discussions. Thanks.