Thanks for the info, Daemach!

Rick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Daemach
Sent: Thursday, February 22, 2007 10:56 PM
To: [email protected]
Subject: Re: [jQuery] Best way to do AJAX... CF or jQuery?


The best way to do ajax with Cold Fusion is ajaxCFC which encapsulates all
the magic into simple calls, including serialization/deserialization.  This
means you can send form data directly to a CFC method and return a
recordset/array/structure/(soon xml) in JSON or WDDX formatted and it will
be transparently converted to/from js/cf native objects.

jQuery is a fabulous framework for client-side manipulation, and ajaxCFC is
currently being branched to support it.  The jQuery plugin is on its alpha3
release, beta due sometime soon.  It works very well as is.

http://www.robgonda.com/blog/ has the link to the alpha3 release and some
semi-sparse documentation.
http://www.robgonda.com/blog/projects/ajaxcfc/ is the ajaxCFC page where you
can see some examples using the old method which is incompatible with
jQuery.  They are still good to understand the concepts.
http://tech.groups.yahoo.com/group/ajaxcfc/ is the link to the ajaxCFC user
group.

I'm a CF veteran and a jQuery semi-novice, but I'm happy to help if I can.





_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to