For those of you who wish to just start working on a Flex project immediately, it can be quite daunting to do. New Project, setup Cairngorm, etc. Obviously daunting is quite the dramatic flair, but regardless, it should be quicker. If you don’t have any integrated code generation tools, one quick way is to just copy and paste these template files into your newly created Flex project folder. They contain:
- Cairngorm 2.1 class files (no SWC) (without the WSDL fix)
- my Cairngorm callback modification (allows View’s to get strongly typed responses from Commands)
- default MainView (all your Views are belong to MainView)
- default CSS file
- default project folder setup
- simple debugger window
…one of these days, I’ll make an ANT script to do this automatically or one of the code gen makers will make a suite. Till then, copy paste, sucka!