Most of these Ajax features are pretty bloated in terms of the amount of JS and CSS that need to be downloaded. The CFwindow example from Adobe's docs needs to download 400+ k of JS and CSS. Jquery on the other hand is ~55k and you can build your own EXT package using only the libraries you need.
Most of the tags you mentioned can be emulated very easily using Spry, jQuery and/or EXT or one of the Ajax libraries on RIAforge. And there is a jQuery plugin for just about anything and everything imaginable. Any of these features can be rolled into a custom tag or a CFC rather easily. I do it all the time at work. And Railo now supports CFC-based Custom Tags for that very purpose. Both OBD and Railo are *very* capable CF runtimes. I have been running my Blog and several other sites on Railo for about a year or so with out a single hiccup. G! On Mon, Jun 22, 2009 at 5:11 PM, Don L <[email protected]> wrote: > > >On Mon, Jun 22, 2009 at 4:42 PM, D > > > >Which one of these "freebie cfml" has basic cf engine + native ajax > support > >> like cfajaxproxy for instance. > > > > > > > >There is nothing making me feel all warm and fuzzy about this tag to begin > >with. > > > >cfajaxproxy > > > http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_a-b_3.html > > > >Still requires a load of work unless > > > ><cfajaxproxy cfc="components.emp" jsclassname="emp"> > > > >is actually witting all of that header code for you. > > ok. so, probably you were referring to the BD's new tag of cfajaxproxy > (probably it's been there for a while, I don't know), just took a look at > the release notes etc. looking very promising to my need, and thanks for the > syntax, good to know. With cf8, we need to use cfajaximport, I don't see > this tag in fBD, also, cfwindow, cfdiv, bla bla, sorry I'm greedy... and > jetty is cool too. Thanks. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:323796 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

