just starting to learn Ajax & seen quite a few different frameworks - can anyone give me some pointers as to which one I should learn? (preferably a free one!)
many thanks
harry
(will be using it under Eclipse if that makes any difference?) [ December 17, 2006: Message edited by: Bear Bibeault ]
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
You need to find one that meets your needs. Does it have the features you want, do you need components or do you want to code your own. Etc.
Personally, I'm not big on big frameworks. I like Prototype (more of a library than a framework) because it helps me get my job done without getting in the way.
Originally posted by Bear Bibeault: Personally, I'm not big on big frameworks. I like Prototype (more of a library than a framework) because it helps me get my job done without getting in the way.
+1
One of the architects I work with claims to hate Ajax. I asked her why and she said she had worked on a project and they used JSON (which is and isn't an Ajax framework) and said she thought the javascript was a nightmare.
I showed her how I used prototype and well written (the key) javascript and she agreed that they might have gone overboard on the other project.