Mini Swiz Framework Example

23.05.2009

Wow.. It took me a year to write a new post into my Blog.
I hope I get better at this ;-)

Today, i have written a simple and minimalistic example of how to use the new Swiz Framework. Swiz is a really simple and promising newcomer in our Flex world that was written by Chris Scott and has a growing number of contributors.

As i left out all kind of requests, service calls or styling, this example will mainly help those of you who are new to Object Oriented programming as well as those starting to understand the Model-View-Controller paradigm within a Flex application. Basically all it does is update a String in the Model after you pressed a Button in a view Component and shows this new String in the TextField of the view Component.

If you want to get deeper into the Swiz Framework you propably want to check out:

--- Download Source Code ---

Post a response: