tags:

views:

1207

answers:

3

Hi, a colleague suggested I give this framework a try. My question is, does anyone have any feedback about this, is it better than using JQuery

UPDATE: I found this posting which partially answers some of my questions

http://stackoverflow.com/questions/835755/how-different-is-ext-js-from-others-like-jquery-and-mootools

+1  A: 

it depend what you want to do, but ext-core is basically the same things as jquery. The full blow Ext JS is more a full framework for building RIA (lot of components: grids , tree, formpanel).

If you are looking only adding ajax bits and pieces for your website extcore could make it.

RageZ
@RageZ - so it's the best option for RIA and for AJAX?
Stuart
I have been using it for 1 year and I would say for building a real desktop look and feel application that the best one around. The Ext core was introduced later with the 3.0 release, the goal of the project was to provide a replacement for Dojo and Jquery and prototype so you can do about the same level of effect/CSS3 query/ajax as other popular framework.If you are looking making RIA stuff I advice you ExtJS. If it's only website ajaxification jquery have a better support like Cletus pointed out.
RageZ
+6  A: 

There are two parts to the Ext framework. Ext Core was invented as a jQuery competitor but honestly if you're trying to do what jQuery does, just use jQuery. It's more popular, it'll be easier to find answers, etc.

ExtJS is a full-blown RIA framework with a rich library of widgets. You might say that it competes with jQuery UI but jQuery UI is a much less rich set of components so they're not really competitors as such.

Also, ExtJS is released under either the GPL or a commercial license. You may find that to be a problem.

For rich Javascript frameworks, I tend to favour YUI or possibly SmartClient.

cletus
@Cletus - thanks, I think my question was too specific , you have thrown two more possibilities into the mix :) .
Stuart
@cletus the core is under mit license if I am not wrong. the full Ext JS is under GPL (and the change of license make quiet a controversy)
RageZ
What about using YUI and JQuery together. Does that sound like a good solution?
Stuart
You can do that. YUI has its own inbuilt functions for server callbacks however so I'd recommend keeping it within one framework where possible but you can mix them.
cletus
I am not a fan of jquery style, I much prefer Ext's OO style. Since I already use Ext at work for our RIA, I use Ext core for websites that use progressive enhancement... Having said that, it's true that you could have an easier time finding answers for jquery. I, however, have no trouble when posting questions at ext-js's forum
Juan Mendes
+1  A: 

I say that ExtJS is much more comparable to DHTMLX than jQuery when it comes to the richness of features. It's also released under GPL or commercial license. You might want to check it out as well.

Randell