Not my idea of a CRUD, that's more code generation.
If I generate 100 programs and want to change something, I have to change 100. With a crud, all the common UI stuff and Logic is somewhere common, so you can modify everything in one hit. Regards Dale Fraser From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of barry.beattie Sent: Thursday, 13 March 2008 6:13 PM To: [email protected] Subject: [flexcoders] Re: Flex CRUD? Dale, that code generation is built into FlexBuilder3, especially for ColdFusion. it's not brilliant (the way it generates empty beans I have issues with**) but if you want to point it to a db schema within Flexbuilder and get it generate beans, DAO's and gateways, it's there ready to be used. hope that helps barry.b ** http://blog.strikefish.com/blog/index.cfm/2007/11/11/Flex- ColdFusion-Extension-Wizard-Gotcha --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Dale Fraser" <[EMAIL PROTECTED]> wrote: > > I want to write or find a Flex CRUD system. > > > > I have made these in the past with CF successfully, but it's a lot different > in flex. > > > > The basic idea is that 90% of all maintenance programs do the same thing. > All have a search at the top, edit at the bottom and a > > > > SAVE, CANCEL, NEW, DELETE > > > > Button, is there something out there similar? I want the developers to > pretty much drop the grid and form from the builder and have the rest work > or close to work. > > > > Regards > > Dale Fraser > > http://learncf.com >

