We just released a new Swiz update:
Flex 4 support (beta)
TwoWay autowire
Mediate priorities
Pass event to mediating method
Flex 4 support
Today Adobe has released Flex Flash Builder 4 and Flash Catalyst betas on Adobe Labs. One more reason for Swiz to support Flex 4.
We have now posted two SWCs for Flex 2/3 and one for Flex 4. To [...]
Recently FlexUnit 4 beta 1 was released. To get started I recommend FlexUnit 4 in 360 seconds and the feature overview. If you are using the Swiz framework and want to apply some changes to provide a patch file you could run the unit tests to be sure to break no features.
This is quite easy [...]
Swiz got a new feature which allows you to autowire views into any class which has been loaded in a BeanLoader. A target could be a controller class which wants to interact with a view. Normally you would say that the view dispatches events which are then handled by a controller to decouple them but [...]
Chris just released a new version of Swiz with some really great additions and improvements. We now also own the domain swizframework.org which forwards to the Google code homepage.
This release makes Swiz faster, more flexible and even easier to use:
Support for mediating bubbled event
Added view attribute in Mediate tag
Autowire views with view attribute in Autowire [...]
If you are a Flex developer you surely know and probably used the Cairngorm framework from Adobe. I have used it too for almost two years before I switched to Swiz. I don’t want to bitch against Cairngorm but for me and many others coding with Swiz offered a simplier way building a RIA because [...]
I have added a new extension to Swiz when used in strict mode. You can now define event packages to have a shortened notation for mediating events.
To dynamically mediate an event you define a mediate annotion typically in a controller class which has to be defined in a BeanLoader. Let’s assume our project has the [...]
Recent Comments