• 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

What does the Ext Js differents itself from jQuery or Prototype

 
Ranch Hand
Posts: 50
jQuery Eclipse IDE Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I was wondering, if I am about to choose one of the following Ext JS/jQuery/Prototype... what are the cons/pros of the compared to jQuery/Prototype


Regards,


Daniel
 
author
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Daniel Reznick wrote:Hi,

I was wondering, if I am about to choose one of the following Ext JS/jQuery/Prototype... what are the cons/pros of the compared to jQuery/Prototype


Regards,


Daniel



Hi Daniel,

I can't elaborate on everything, but know that comparing Ext JS to any library is like comparing apples to oranges.

In short, Ext JS is a full UI library, complete with an observable event model, component model and layout model architectures. It also has data stores capable of reading XML, JSON, and Array data.

You'll find no other library out there on the market that has what Ext JS does under the hood.
 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jesus Garcia wrote:
You'll find no other library out there on the market that has what Ext JS does under the hood.



I dont want to hijack this thread but doesn't YUI come close?
 
Jesus Garcia
author
Posts: 15
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vyas Sanzgiri wrote:

Jesus Garcia wrote:
You'll find no other library out there on the market that has what Ext JS does under the hood.



I dont want to hijack this thread but doesn't YUI come close?



I welcome any YUI expert to correct me on this, but from my understanding of YUI, no. YUI provides layouts, but if you look under the hood of Ext JS (Chapters 1-3 in my book), you find lots of structure that make Ext JS stand apart from other libraries, which helps elevate it into a full UI library, instead of a collection of widgets.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic