Here is a simple “Hello World” type of application using Cairngorm Extensions from Universal Mind.
This application demonstrates the following two features of the Cairngorm Extensions:
- Aggregation of event-business logic within a single Command class
- Support for optional view notifications
A detailed list of features in Cairngorm Extensions is available on the Google Code site for Cairngorm Extensions.
This Flex application simply displays a text area box for where a user can input her/his name, and then click on one of the two buttons. Depending on the button clicked, the application displays greeting with the name of the user.