Page 1 of 1

AJAX Framework

Posted: Mon Dec 19, 2005 5:08 am
by ivik
Hi all

Just wanted to get some feedback on which AJAX Framework people use?
I use SAJAX, is there anybody which maybe has used SAJAX but are now using something else instead, maybe somebody knows some better frameworks?

Posted: Mon Dec 19, 2005 9:20 am
by Corvin Gröning
I'm not using an AJAX-Framework, but have a look at this:
http://ajaxpatterns.org/wiki/index.php? ... Frameworks

Posted: Mon Dec 19, 2005 9:33 am
by Burrito
I write all of my own :D .

I did d/l xajax at one point just to look it over, but it was too meaty and waaay too much overkill for what I do with XMLHttp (which is a lot).

Posted: Mon Dec 19, 2005 9:38 am
by hawleyjr
I do my own also. 90% of the time I'm using AJAX I'm just checking something simple such as true or false. I found it overkill to to use framework.

Posted: Mon Dec 19, 2005 10:04 am
by onion2k
I use Sajax for the really, really tiny amount of Ajax I do.