Cairngorm 2.2
In case you missed it Cairngorm 2.2 was posted on Adobe labs on Friday.
Here are the key changes:
- Removed dependency on Flex Data Services (fds.swc) - externalised to Cairngorm Enterprise
- Flex SDK SWCs are no longer linked into Cairngorm.swc (produces a smaller cairngorm.swc)
- Added support for setting remote credentials
- Fixed bug with Web services not loading the WSDL (no need to call loadWSDL() explicitly)
- ModelLocator interface has been deprecated. Added com.adobe.cairngorm.model.IModelLocator
- Added deprecation metadata for compiler support
- Added dispatch() helper method to CairngormEvent class
- Commands are now added to base Controller with weak references
- Added removeCommand to FrontController
- Made commands protected in FrontController (was private)



