| Author |
What does the Ext Js differents itself from jQuery or Prototype
|
Daniel Reznick
Ranch Hand
Joined: Oct 23, 2008
Posts: 48
|
|
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
|
 |
Jesus Garcia
author
Greenhorn
Joined: Jan 04, 2011
Posts: 15
|
|
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.
|
 |
Vyas Sanzgiri
Ranch Hand
Joined: Jun 16, 2007
Posts: 686
|
|
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?
|
===Vyas Sanzgiri===
My Blog
|
 |
Jesus Garcia
author
Greenhorn
Joined: Jan 04, 2011
Posts: 15
|
|
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.
|
 |
 |
|
|
subject: What does the Ext Js differents itself from jQuery or Prototype
|
|
|