• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

difference between Ext JS and AJAX

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
we are upgrading our application to use Ext JS and replace AJAX. could any body tell me the advantages of Ext JS over AJAX? i got information about Ext JS but couldn't get the advantages of it over AJAX.
Thanks in advance.
--Deepika
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EXTJS is a library. It has controls and a core that lets you make Ajax Calls and do other things.
Ajax is the term for using the XMLHttpRequest object.

There are a lot of libraries out there, you may want to look at the other ones if you are allowed.

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic