Ajax Tutorial

Hi guys,
I can’t find any well explained tutorial of Ajax usage or Ajax extension. Where I can find it?

Thanks in advance,
Omar

1 Like

The Ajax extension provides (some) backwards compatibility with some legacy Coldfusion tags like cfajaxproxy. You’re not going to find a tutorial because nobody should be writing new code using these features.

It’s there to help you get some legacy code that worked under Adobe Coldfusion to Lucee, and it’s done that for us (with a few bugfixes along the way). But the sooner you can not use anything like cfajaxproxy, the better!

Hi Samuel,
Thanks for explanation!
I already imagined this so I started my project using restful framework (Angular).
Thanks,
Omar