Search Results
Prana Framework 0.6 Released
I'm pleased to announce that the Prana Framework 0.6 release is now available. Download | API Documentation | Changelog In this release the following remarkable changes and additions have been made: the IoC container is now ActionScript 3 compatible command factories for Cairngorm's FrontController more PureMVC experimenting ActionScript 3 compatibility We got lots of reactions from people who wanted [...]
Adding a check for ICommand to addCommand() in Cairngorm
Once in a while, when adding event/command mappings in Cairngorm's frontcontroller, I mistakingly add an event instead of a command class to the addCommand() method. Here's an example: PLAIN TEXT Actionscript: addCommand(UserEvent.LOAD, LoadUserEvent); while it really should be: PLAIN TEXT Actionscript: addCommand(UserEvent.LOAD, LoadUserCommand); This is just a mistake when typing fast and with code completion [...]
Prana: configuring Cairngorm’s FrontController
Yesterday I introduced the Prana IoC framework for AS3 I'm working on. The example showed how to create an external configuration file that defines the remote services used in the sample application and configures the ServiceLocator. Today I wanted to go a step further and write a config section for the FrontController. I introduced the [...]
Christophe Herreman is a software developer living in Belgium. He's working on high-end Flex and AIR solutions at 
Recent Comments