Today I have presented on code generation techniques on the Singapore Flex User Group.

Here are the important links for that presentation

Eclipse Monkey
Eclipse Monkey allows you to write scripts that run inside Eclipse and through DOMs are able to access and control(script) parts of the Eclipse Platform.

Action Script 3 – Code Generation Scripts

Adding Snippets panel to Flex Builder

FCG : a Flex Code Generator
FCG is an AIR application, currently under development, which primary goal is to automatically provide the base code for your RemoteObject based Flex applications. Basically, it means that it reads some code from the server side, and creates a bunch of MXML and AS files to boost your productivity. Its goal is not to create a ready-to-use application, but to provide the tools you need to do so as quickly as possible