As Eric suggests, Reactor introspects your database the way Ruby on Rails does, and builds objects for accessing the data.
By itself, however, it does not create the "scaffolding" of the usual add/update/list/delete pages. The Model-Glue framework includes support for scaffolding using either Reactor or Transfer. Transfer does not introspect the database, but it seems to be gaining lots of fans. You can use Brian Rinaldi's Illudium PU36 code generator - http://code.google.com/p/cfcgenerator/ to introspect your database and build a Transfer config file. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289035 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

