JSMX
|
JSMX is an Ultra Lightweight - Language Agnostic - Ajax Framework. It is by far the easiest way to integrate Ajax into any Web Application. What separates JSMX from most other Ajax Frameworks is that the JSMX API runs entirely on the client and has no Server Side Components to install. Given this fact plus the fact that you can pass back JavaScript, XML, JSON, or WDDX makes JSMX a truly Universal Ajax API.
Read The Full Review.
|
Contributions
 |
FeaturesEdit
SamplesEdit
A simple "GET" function my_request(){ http( "GET" , "test.cfc?method=dosomething" , my_callback ); } Parameters can be passed to the server in any one of the following three formats: As a QueryString Delimited List function my_request(){ params = "attribute1=value1&attribute2=value2"; http( "POST" , "test.cfc?method=dosomething" , my_callback , params ); } As a JavaScript Object() function my_request(){ params = new Object(); params.attribute1 = "value1"; params.attribute2 = "value2"; http( "POST" , "test.cfc?method=dosomething" , my_callback , params ); }
Related LinksEdit
bbbbbbbbb
CompetitorsEdit
|
Related Projects 
|
- Spry framework for Ajax
The Spry framework for Ajax is a JavaScript library for web designers that provides functionality that allows designers to build pages that provide a richer experience for their users. It is designed to bring Ajax to the web design community who can benefit from Ajax, but are not well served by other frameworks - Porcupine
Porcupine is a Web application server that features an embedded object database, the Porcupine Object Query Language, XMLRPC support, and QuiX, an integrated AJAX powered XUL motor. - JSMX
JSMX is an Ultra Lightweight - Language Agnostic - Ajax Framework. It is by far the easiest way to integrate Ajax into any Web Application. What separates JSMX from most other Ajax Frameworks is that the JSMX API runs entirely on the client and has no Server Side Components to install. Given this fact plus the fact that you can pass back JavaScript, XML, JSON, or WDDX makes JSMX a truly Universal Ajax API. - CL-Ajax
Generates Javascript stub with arguments
and Can callback to Javascript function or DOM object. - Backbase AJAX Client Edition
Backbase offers a comprehensive AJAX Development Framework for building Rich Internet Applications that create a superior end-user experience. The Backbase AJAX Client Edition takes care of all the AJAX plumbing work, allowing developers to easily create highly interactive web applications that have the same richness and productivity as desktop applications. - MochiKit
MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to the crazy world of JavaScript.
|
Discussion

|
|
|
|
|