AJAX Framework

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
ivik
Forum Newbie
Posts: 2
Joined: Wed Dec 14, 2005 9:54 am

AJAX Framework

Post 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?
Corvin Gröning
Forum Newbie
Posts: 16
Joined: Tue May 03, 2005 1:02 pm

Post by Corvin Gröning »

I'm not using an AJAX-Framework, but have a look at this:
http://ajaxpatterns.org/wiki/index.php? ... Frameworks
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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).
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post 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.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

I use Sajax for the really, really tiny amount of Ajax I do.
Post Reply