> Not my idea of a CRUD, thats 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], "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 don't know if there is already something out there, but we are planning on releasing something like that later this year. The beast is called Pimento: http://www.spicefactory.org/pimento/. For example it will auto-generate Flex forms based on standard Hibernate configuration, but with lots of options for customization (the most radical being to only use the Pimento API and create your own UI). It will work with any Java EE server. Unfortunately it's the only Spicefactory framework we haven't even started with yet (except for concepts). So we expect to have an initial release later this year and something production-ready next year. Jens Halm Spicefactory -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

