Dave Watts wrote:
Well, I'd certainly hate to see CF turn into Java as well. It takes far too long to do anything useful in Java or .NET as far as web applications go. Could you imagine having to write code to create a connection, create a sql statement, ... blah blah blah... every time you had to use the database in CF? That doesn't even mention having to build queries like "insert into table (col1, col2) values (" + col1var + "," + col2var + ")". Of course, I know there are other ways, but overall, it is much quicker to do things in CF in general anyway. Its so bad I ended up writing a class to do it all for me, where I just pass in a string of the query (and in true cf style, substrings surrounded by # signs get replaced with variable values they represent). The version CF uses static typing will be one higher than the last version I'll use. But still, I would like it to be a little more object oriented and easier to use, insofar as making it quick(er) to do menial tasks (such as create an object, as I mentioned). ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected] |
- RE: [CFCDev] Static CFC methods Vince Bonfanti
- Re: [CFCDev] Static CFC methods Cody Caughlan
- RE: [CFCDev] Static CFC methods Vince Bonfanti
- RE: [CFCDev] Static CFC methods Jason Daiger
- Re: [CFCDev] Static CFC methods Steve Runyon
- Re: [CFCDev] Static CFC methods Matt Woodward
- [CFCDev] Scoping Question Brian Peddle
- RE: [CFCDev] Scoping Question Bryan F Hogan
- Re: [CFCDev] Scoping Question Cody Caughlan
- Re: [CFCDev] Scoping Question Andrew Powell
- Re: [CFCDev] Static CFC methods Sammy Larbi
- [CFCDev] unit testing in CF Sammy Larbi
- Re: [CFCDev] unit testing in CF Dustin Tinney
- Re: [CFCDev] unit testing in CF Dave Shuck
- RE: [CFCDev] unit testing in CF Jason Daiger
- RE: [CFCDev] Static CFC methods Dave Watts
- RE: [CFCDev] Static CFC methods hal helms
- [CFCDev] Re: Static CFC methods Robert Munn
- RE: [CFCDev] Static CFC methods Vince Bonfanti
- Re: [CFCDev] Static CFC methods Cody Caughlan
- RE: [CFCDev] Static CFC methods Dave Watts
