>Now there you go again, Dave...disrupting... :o) Well you guys named me so I gotta live up to it now! Although I don't get many chances these days unless your name is don and then i'm all in!
>I just use cfinvoke when I need to That's ok but IMO calling objects opens up a cleaner style especially when you can do it in a cfscript block at start of page and do all the processing there.. makes it much cleaner. Plus then you know how to easily call java and a lot of times it's just as easy to call java but with major speed improvements. But you are doing ok especially since you just got off cf 2.5 ;)~ >but almost all of my calls these days are ajax. me too, you just gotta remember not have any sensitive data in those calls since it is open to the world, look in firebug and you can see the pages they go to the variables sent etc.. Using transfer has cut my obj calls down a ton which is super nice, I know cf9 will have orm but I have given up on adobe at this point and gone to railo. > >Anyway...I must confess...I don't use (shhh....) cfc objects. > >I've never quite gotten into that part. I just use cfinvoke when I need to, >but almost all of my calls these days are ajax. > >So...I've never starting "instantiating objects" (or whatever that's >called). >I've never even written "createObject..." in any of my code. (wha!!!) > > > > > >You are trying to make 1 thing better at the expense of making another thing >worse.(you really are wills brother!) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326185 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

