Swiz Framework 0.0.5
New version of Swiz Framework was just released, it brings couple of new features and bug fixes. I’m looking forward to give it a try in next couple of days. I used previous version in some of my projects and I really loved it, it reminds of my favorite Seam Framework from my Java days
Changes / Fixes for Swiz 0.0.5:
- DynamicChannelSet now contains an ‘endPointName’ property that can be set to ‘flex2gateway’ for ColdFusion
- Multiple calls to autowire for an object or view will only create mediators once
- handleAutowireEvent ignores flash.* and mx.* classes
- DynamicMediators allow event properties to be null
- Primitive objects can be added to BeanLoaders
- Autowire now supports by type (with [Autowire] instead of [Autowire(bean="foo")])
- DynamicResponder supports passing an array of values to be passed back into the result handler
* for example to have the original saved object passed in to a save result function
- Refactored all bean factory specific functionality out of Swiz and into BeanFactory
- Added Strict flag and MediatorUtils for event type checking
- Added ExpressionUtils, also or event type checking
- Added Prototype object, for non-singleton bean definitions
You can read more about this release on Chris Scott blog – http://cdscott.blogspot.com/2009/01/new-swiz-005-for-new-year.html
