I'd suggest that the way you are required to code now is probably slowing you down, especially when it comes to maintenance. For example, having every cfquery and every bit of business logic in a CFC (or a set of CFCs) makes it very easy to know where to look to change the functionality in the app. With cfquery tags all the way through a site, one change in a DB could mean having to open every file in the app to update it. It would take 5 minutes to learn the CFC syntax to get the benefits. And no, this doesn't make the user's experience better - it makes yours better.
As for AJAX, you could easily used the pre-built CF libraries such as AjaxCFC, mxAjax etc without having to do all the custom coding to deal with the data, but these only work on CFMX. The native java intergration in CFMX has saved my butt more than once too. Regardless, it appears you will get what you want out of CF 8: "Scorpio will allow ColdFusion developers to create richer, more engaging web applications" http://labs.adobe.com/wiki/index.php/Scorpio:FAQ#What_features_will_Scorpio_have.3F On 2/11/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Neither of which have I needed to this point. I'm sure the time will > come when I will. > > But even when I move to CF8, I'll still probably code for awhile in > much the same way I do now. It just takes time for me to integrate > new programming techniques while trying to be productive. I don't > get paid by someone for the time I spend learning. That one of the > big downsides to working for myself. > > Rick > > -----Original Message----- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 10, 2007 5:25 PM > To: CF-Talk > Subject: Re: Neat error message > > Anything which requires a gateway Anything which requires a Web Service > Anything which required you to code OO > > To mention a few... > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269439 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

