Sounds good... thanks for the info, James! Rick
-----Original Message----- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, February 10, 2007 9:23 PM To: CF-Talk Subject: Re: Neat error message 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:269442 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

