Re: More CRUD

2006-06-12 Thread Michael Traher
Thanks Nick, Just taking a look at objectbreeze - it looks impressive On 6/11/06, Nick Tong - TalkWebSolutions.co.uk <[EMAIL PROTECTED]> wrote: > > ARF by Joe Rinehart? > > http://clearsoftware.net/index.cfm?mode=entry&entry=49CAFDF4-E081-2BAC-69AD5772ABCF584B > > objectBreeze by Nick Tunny >

Re: More CRUD

2006-06-11 Thread Nick Tong - TalkWebSolutions.co.uk
ARF by Joe Rinehart? http://clearsoftware.net/index.cfm?mode=entry&entry=49CAFDF4-E081-2BAC-69AD5772ABCF584B objectBreeze by Nick Tunny *Description *objectBreeze creates objects directly from your database. It requires that your table has -a- primary key defined. Currently, objectBreeze only work

Re: More CRUD

2006-06-10 Thread dcooper
FYI, the new CF Eclipse plugins (for use with FlexBuilder 2) use RDS and generate both ActiveRecord and DAO-style CFC's for virtually any CF-registered DB datasource. The resulting CFC code can be used independantly of the front end, although we generate the full Flex 2 front end app for you as

Re: More CRUD

2006-06-10 Thread Steve Bryant
(warning, self-promotion ahead) I have some (free) tools that may provide what you want. My code creator will create forms and CFC that can act in this way. It is in early development, but I have been using it for a bit. I would be interested in suggestions to improve. http://steve.coldfusionjo

Re: More CRUD

2006-06-10 Thread Michael Traher
Thanks Denny, Nice late night post - I could virtually hear your eyes closing as I read! :-) Thanks for the ideas I'll investigate those a bit further. Enjoy the Hot Dogs! On 6/10/06, Denny Valliant <[EMAIL PROTECTED]> wrote: > > On 6/9/06, Michael Traher <[EMAIL PROTECTED]> wrote: > > > > I'm w

Re: More CRUD

2006-06-09 Thread Denny Valliant
On 6/9/06, Michael Traher <[EMAIL PROTECTED]> wrote: > > I'm wondering if there is a CRUD generator out there that is more > lightweight than say Reactor or PLUM? Ok, last post for me for a bit, really: I've seen a couple of "DAO" generators, but I'm nut sure if that's what you mean. I think so

More CRUD

2006-06-09 Thread Michael Traher
I'm wondering if there is a CRUD generator out there that is more lightweight than say Reactor or PLUM? What I'm thinking would be useful is something that would generate a basic form and a CFC with CRUD methods for table. No XML config, no setters and getters just pass the form as an argument col