Ajax: What's the CF Community Using?
I took a very informal poll on CF-Talk to see what Ajax frameworks were being used in the ColdFusion community. The results were interesting but not too surprising. Some were sticking to the CF-based frameworks such as AjaxCFC, CFAjax and the new MXAjax while others were really behind Spry. JQuery also received some kudos so its interesting to see how people are moving in different directions.
I'd certainly like to understand the rationale behind their choices as I'm sure would everyone else looking at Ajax frameworks. Essentally, why'd you go with AjaxCFC vs. JQuery vs. JSMX etc....
Here's the list of Ajax frameworks that came out of that thread:
I'm leaning towards Dojo or JQuery. Dojo is a monster though and JQuery has an easier learning curve plus a great plug-in feature.
Any thoughts?
Rey...





It's worth checking out.
I knew I had seen an accordion function in Prototype. Here's the link that this guy built a widget to do it.
http://www.gregphoto.net/index.php/2006/08/30/crea...
that's one factor I liked. it was very eazy to seperate the backend from the front, my backend server can be java,asp,php,cf or whatever just needed to create a json or xml document.
the javascript also is not all tied up in the html if you do it right, well with the exception of the spry tags, but that's a very small price.
I would urge you, though, to check out both jQuery and Ext as you may be surprised at the power included within both libraries.