Published on 2006-02-15 07:03:30

Todd Kingham pointed me today to JSMX, a ColdFusion AJAX API. Certainly we didn't talked about ColdFusion before on the AJAX Magazine, but there is a couple of interesting implementations out there. JSMX is a very simple API to implement AJAX in your ColdFusion web application, it consist on a single Javascript file using XMLHttpRequest to post/get data from a ColdFusion interface.

jsmx.gif


JSMX is the simplest API available for connecting your Web Applications to an AJAX front end. The main difference between JSMX and other AJAX implementations is that JSMX allows you to pass either XML or JavaScript to the API. JSMX was originally created to be used with ColdFusion applications because of how easy it is to create JavaScript Strings natively within ColdFusion (using either the CFWDDX tag or the ToScript() function). However, because there is no server-side component to be installed, JSMX can really be used with any programming language.

Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2009 phpmagazine.net All Rights Reserved