Fusebox Illudium PU-36 Templates
Russ Johnson has created a nice set of templates to be used with the Illudium PU-36 Code Generator.
Fusebox 5 XSL templates for the generator handle most of your CRUD. These templates generate the following files for a database table:
- Controller Circuit.xml.cfm
- View Circuit.xml.cfm
- List Page
- Form Page (handles creation and editing)
- Bean cfc
- Service cfc
- DAO cfc
- Gateway cfc
- Coldspring config
Illudium is not designed to generate a complete application and these templates follow that same direction. However, you should be able to generate the files and have a working set of CRUD files when added to a Fusebox 5 application.
Download The Templates - Russ Johnson; Angry Fly zip download
Illudium PU-36
This project generates ColdFusion components (i.e. bean, DAO, gateway, service), ColdSpring XML, Transfer XML, and ActionScript Value-Objects using the admin api and database introspection. The front-end is built in Flex 2. The code outputted for easily pasting or saving into a project to allow you to get a head-start on some of the grunt work of doing OO in CF. It uses XSL to generate the components and is designed to allow you to easily add to or modify the generated code. You can even create new templates that can be swapped out at run-time.
Code Generation In Action
Russ made a nice video tutorial on setting up and using his templates with Illudium.
External Links
-
Brian Rinaldi PU-36 Creator
-
Illudium PU-36 Google Project
-
Fusebox 5 Templates for Illudium PU-36 Code Generator Russ Johnson; AngryFly.com
-
A quick review of Illudium By Nick Tong