vote up 1 vote down star
1

I look at ExtJS, and it appears to provide many of the RIA features that more bulky suites such as Flex provide, without the flash requirement. However, as Open-source initiatiatives such as jQuery-UI continue, will ExtJS simply die at some point? Furthermore, since flash penetration only continues to increase, why put stock in a javascript library?

That said, JavaScript libraries such as jQuery have made gigantic leaps in providing easy-to-use APIs with great functionality, so maybe there's some merit in that.

Thoughts? Opinions? ExtJS has a price tag, so I have to ask this question.

flag

Flash only gains traction when it loses it in others. JavaScript is going to be around for a good long time. – Justin Johnson Oct 27 at 21:48
@Stefan - these questions need to be asked whether or not the technology has a price tag! – Stephen C Oct 27 at 22:36
@Stephen: Good point. I just think it's harder to justify investing money in a dying cow that costs money over one that doesn't. – Stefan Kendall Oct 28 at 1:13

7 Answers

vote up 3 vote down check

IMHO, the need in jQuery, ExtJS etc. will be eliminated as soon as XBL2, entire collection of CSS3 specifications, SVG and HTML5 all get available in an equal extent across all desktop/mobile web-browsers, which is not going to hapen within coming 5 years.

I look at ExtJS, and it appears to provide many of the RIA features that more bulky suites such as Flex provide, without the flash requirement.

To run Flex application you still need Flash player, which for example is not available on mobile devices

However, as Open-source initiatiatives such as jQuery-UI continue, will ExtJS simply die at some point?

Comparing ExtJS to jQuery-UI doesn't make good sense, since jQuery is primarily a cross-browser library to simplify operations on HTML documents and make web-pages nicer, while ExtJS is a true aplication framework that brings enhanced data-driven UI components to make applications easier.

Furthermore, since flash penetration only continues to increase, why put stock in a javascript library?

It doesn't really matter that Flash penetration "only continues to increase", since it is already available on 98% of desktop devices. Putting stock in a Javascript library makes sence, believe Google (who put most of its stock in DHTML)

will ExtJS simply die at some point?

Indeed it will, as at some point will die .Net, Java etc. It will not die in a foreseen future however and the need for this kind of Flesh-less solutions will only increase.


You may also want to take look into an alternative GUI framework Ample SDK, which will go Open-Source on 1st November this year. It enables tehnologies, such as SVG, XUL and more equally cross browser.

link|flag
#1: jQuery-UI provides UI controls, much like ExtJS. #2: Ample still charges for commercial deployment :/. Other than that, it looks comparable to ExtJS. – Stefan Kendall Oct 28 at 1:18
jQuery UI and Ext JS are really not comparable (and they do not try to be). Ext JS is a full-stack RIA framework, while jQuery UI is mainly still focused on website interactions (droppable, sortable, etc). I believe jQuery may be moving in a more RIA direction, but slowly. If you want to seriously compare Ext JS to something, try Dojo, YUI, Sproutcore, etc. – bmoeskau Oct 28 at 9:10
Ample SDK is MIT/GPL as of 1st November – Sergey Ilinsky Oct 28 at 18:58
vote up 2 vote down

I don't think Ext JS will die anytime soon. When it will it will probably be one of the last JS frameworks standing. I'm saying this because ExtJS has a solid user and developer base and lots of open source projects are building on it (e.g. an ASP.NET dual-licensed CMS, Sense/Net builds its backend entirely around it among others).

link|flag
vote up 0 vote down

Personally, I use Prototype, but it's the same argument. I strongly dislike flash due to the numerous security issues that follow it and the fact that not all devices can play flash. The iPhone is one major example. It CAN support animations and other things using JS libraries.

Some companies also disable flash as policy for security, although this isn't all that common. (I've worked places where this was the case, however.)

Another question is whether we'll care about flash with the advent of new HTML standards will largely eliminate the need for Flash altogether.

link|flag
1  
HTML Standards will never eliminate the need for Flash. They depend on the browser for implementation. If browsers have taught us anything, it should be that none of them can follow the standard! – Justin Niessner Oct 27 at 20:26
vote up 0 vote down

Like with each technology, everybody will have his own piece of cake. ExtJS will not die until ExtJS LLC exists (they are using it :)) And until they will have worshipers using their lib (like me) when You are at some point You just have to use chosen technology, no matter if it is perfect or not. Look at Lotus Domino - it is piece of crap and on the other hand piece of great software - and it is still alive... :)

link|flag
vote up 0 vote down

ExtJS has dual-license And it's opens source

See here general details

And here licenses

And i using it. Good library for working with data - grids, trees... you name it. And it has many controls. so just good library...

link|flag
vote up 0 vote down

They have a solid user-base and I don't see them leaving the race anytime soon. That said you can always look at the Internet as you look into the general market. Both Starbucks and the local cafe can co-exist.

That said...

Compare the trends between jQuery, ExtJS and Mootools

link|flag
1  
This comparison is somewhat disingenuous since ExtJS targets a different niche (app/full stack) than mootools and jquery (page enhancement). A more apt comparison would be extjs, dojo, yui, sproutcore. The page enhancement frameworks have been moving into the app space (e.g. jQuery UI) but even just going by questions on SO, the primary use is still enhancement. – Karl Guertin Oct 27 at 22:25
@Karl Guertin I absolutely agree with your comment. That said the trends still hold some value. – Frankie Oct 27 at 23:57
vote up 0 vote down

As long as the developers continue to work on it, the framework won't die. There have been a few frameworks that are effectively dead (e.g. MochiKit, which I love but have dropped for yui3) but that only means that they're not getting updated, not that they're unusable. If you liked one well enough, you could easily put out your own release and start up the project again.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.