Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will ExtJS die? [closed]

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.

like image 657
Stefan Kendall Avatar asked Oct 27 '09 20:10

Stefan Kendall


People also ask

Is ExtJS outdated?

With a disappearing community, meager documentation, poor performance and significant licensing cost, ExtJS is quickly becoming a deprecated technology.

Is ExtJS open source?

So yes, if you open source your application with a license compatible with the GNU GPL license v3.

Is ExtJS popular?

The simple fact is that Next. js has become so popular mainly because it solved an age-old issue developers had with JavaScript rendering in the browser itself. By doing a lot of the work on the server side, the overall end user experience is greatly improved – but at the same time, Next. js still allows that CSR.


2 Answers

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 technologies, such as SVG, XUL and more equally cross browser.

like image 50
Sergey Ilinsky Avatar answered Oct 17 '22 22:10

Sergey Ilinsky


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).

like image 34
Gergely Orosz Avatar answered Oct 17 '22 22:10

Gergely Orosz