Mark Mandel is a software developer in Melbourne Australia that spends most of his working day developing in ColdFusion and Java.
All donations go toward conference travel costs, and funding my open source development
This is a library that allows you to make asynchronous GET or POST calls to any given URL.
It has several key features:
asyncHTTP.get("http://somesite.com/template.cfm");
asyncHTTP.post("http://somesite.com/template.cfm", formDataStruct);
An example and documentation are provided with the download.
This library utilises the JavaLoader.cfc.
If you like the work done with AsyncHTTP, please consider making a donation.
If you have any questions, comments or bugs, please send me an email.
Writing my own JavaProxy for ColdFusion 8 using onMissingMethod
OMG! I've sold out!
Using a Java URLClassLoader in CFMX Can Cause a Memory Leak
AsyncHTTP 0.2 Released
AsyncHTTP - Asynchronous HTTP Requests