Jump to content

Ext JS: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Sencha: Replaced "separated" which doesn't make any sense in the context it's used with "dismissed"
Line 59: Line 59:
On 15-Jun-2010, the merge of Ext JS with [[JQTouch]] and [[Raphaël (JavaScript library)|Raphaël]] was announced<ref>{{cite web|url=http://www.sencha.com/blog/2010/06/14/ext-js-jqtouch-raphael-sencha/ |title=Ext JS + jQTouch + Raphaël = Sencha &#124; Blog |publisher=Sencha |date=2010-06-14 |accessdate=2012-11-19}}</ref> forming a new organisation called Sencha Inc. Ext JS continues to be available as a main product on the new Sencha website<ref>{{cite web|url=http://www.sencha.com/products/extjs/ |title=Industry Leading JavaScript Framework for Building Desktop Web Apps &#124; Sencha Ext JS &#124; Products |publisher=Sencha |date= |accessdate=2012-11-19}}</ref> together with [[Sencha Touch]], Sencha GWT (now Sencha GXT), Sencha Architect, Sencha Animator and Ext core.
On 15-Jun-2010, the merge of Ext JS with [[JQTouch]] and [[Raphaël (JavaScript library)|Raphaël]] was announced<ref>{{cite web|url=http://www.sencha.com/blog/2010/06/14/ext-js-jqtouch-raphael-sencha/ |title=Ext JS + jQTouch + Raphaël = Sencha &#124; Blog |publisher=Sencha |date=2010-06-14 |accessdate=2012-11-19}}</ref> forming a new organisation called Sencha Inc. Ext JS continues to be available as a main product on the new Sencha website<ref>{{cite web|url=http://www.sencha.com/products/extjs/ |title=Industry Leading JavaScript Framework for Building Desktop Web Apps &#124; Sencha Ext JS &#124; Products |publisher=Sencha |date= |accessdate=2012-11-19}}</ref> together with [[Sencha Touch]], Sencha GWT (now Sencha GXT), Sencha Architect, Sencha Animator and Ext core.


On 23-Aug-2017, Sencha was acquired by [[Idera Software|IDERA]] (which in turn owns [[Embarcadero Technologies]]). Embarcadero is known for acquisitions of rapid application development software such as [[Delphi (programming language)|Delphi]] (which relies on [[Object Pascal]] as its primary programming language). As a result of this acquisition, many core developers were separated from the company<ref>{{cite web |url=https://www.akawebdesign.com/2017/08/29/fond-farewell-sencha/ |title=A Fond Farewell to Sencha |last=Kay |first=Arthur |publisher=aKa Web Design |date=August 29, 2017 |website=akawebdesign.com |access-date=September 12, 2017 |quote=But firing all of your people, these amazing people...}}</ref><ref>{{cite web |url=https://twitter.com/LikelyMitch/status/902881087554289664 |title=writing a resume |last=Simoens‏ |first=Mitchell |publisher=Twitter |date=August 30, 2017 |website=twitter.com |access-date=September 12, 2017 |quote=I think writing a resume is the hardest thing I do. Go to a resume expert and they help you, go to another and it’s crap. rinse and repeat.}}</ref>.
On 23-Aug-2017, Sencha was acquired by [[Idera Software|IDERA]] (which in turn owns [[Embarcadero Technologies]]). Embarcadero is known for acquisitions of rapid application development software such as [[Delphi (programming language)|Delphi]] (which relies on [[Object Pascal]] as its primary programming language). As a result of this acquisition, many core developers were dismissed from the company<ref>{{cite web |url=https://www.akawebdesign.com/2017/08/29/fond-farewell-sencha/ |title=A Fond Farewell to Sencha |last=Kay |first=Arthur |publisher=aKa Web Design |date=August 29, 2017 |website=akawebdesign.com |access-date=September 12, 2017 |quote=But firing all of your people, these amazing people...}}</ref><ref>{{cite web |url=https://twitter.com/LikelyMitch/status/902881087554289664 |title=writing a resume |last=Simoens‏ |first=Mitchell |publisher=Twitter |date=August 30, 2017 |website=twitter.com |access-date=September 12, 2017 |quote=I think writing a resume is the hardest thing I do. Go to a resume expert and they help you, go to another and it’s crap. rinse and repeat.}}</ref>.


=== Sencha JetBrains plugin ===
=== Sencha JetBrains plugin ===

Revision as of 09:45, 14 December 2017

Ext JS JavaScript Framework
Stable release
6.0.2 / March 2016 (2016-03)
TypeJavaScript library
LicenseGPLv3 or Proprietary
Websitesencha.com/products/extjs/

Ext JS is a pure JavaScript application framework for building interactive cross platform web applications[1] using techniques such as Ajax, DHTML and DOM scripting.

Originally built as an add-on library extension[2] of YUI by Jack Slocum April 15, 2007,[3] Ext JS includes interoperability with jQuery and Prototype. Beginning with version 1.1, Ext JS retains no dependencies on external libraries, instead making their use optional.[4]

Features

GUI controls

Ext JS includes a set of GUI-based form controls (or "widgets") for use within web applications:

  • text field and textarea input controls
  • date fields with a pop-up date-picker
  • numeric fields
  • list box and combo boxes
  • radio and checkbox controls
  • html editor control
  • grid control (with both read-only and edit modes, sortable data, lockable and draggable columns, and a variety of other features)
  • tree control
  • tab panels
  • toolbars
  • desktop application-style menus
  • region panels to allow a form to be divided into multiple sub-sections
  • sliders
  • vector graphics charts

Many of these controls can communicate with a web server using Ajax.

Ext JS 2.0

Ext JS version 2.0 was released on 4 December 2007. This version was promoted as providing an interface and features more similar to those traditionally associated with desktop applications. Also promoted were the new user documentation, API documentation, and samples.[5]

Ext JS 2.0 did not provide a backward compatibility with version 1.1. A migration guide was developed to address this.[6]

Ext JS 3.0

Ext JS version 3.0 was released on 6 July 2009. This version added communication support for REST and a new Ext.Direct server side platform. New flash charting and ListView elements were added to the standard display components. It was backwards compatible with version 2.0 code.

Ext JS 4.0

Version 4.0 of the Ext framework was released on April 26, 2011. It includes a completely revised class structure,[7] a revised data package, an animation and drawing package that uses SVG and VML,[8] and revised charting and theming. It also includes an optional architecture that provides a model–view–controller (MVC) style of code organization.

Ext JS 5.0

Version 5.0 of the Ext JS framework was released on June 2, 2014.[9] It includes the ability to build desktop apps on touch-enabled devices[10]—using a single code base, a Model View ViewModel (MVVM) architecture, two-way data binding, responsive layouts, and other component upgrades with support for adding widgets inside a grid cell for data visualization and big data analytics.[11] Ext JS 5 also includes an upgraded touch-optimized charting package along with additional financial charting capabilities.

Ext JS 5 supports modern and legacy browsers including: Safari 6+, Firefox, IE8+, Chrome, and Opera 12+. On the mobile platform, Ext JS 5 supports Safari on iOS 6 and 7, Chrome on Android 4.1+, and Windows 8 touch-screen devices (such as Surface and touch-screen laptops) running IE10+.

Important: From the Ext JS 5 version you cannot buy license for fewer than 5 developers.

Ext JS 6.0

Version 6.0 of the Ext JS framework was released on July 1, 2015.then 6.2 come[12] It merges the Sencha Touch (mobile) framework into Ext JS.[13]k

Sencha

On 15-Jun-2010, the merge of Ext JS with JQTouch and Raphaël was announced[14] forming a new organisation called Sencha Inc. Ext JS continues to be available as a main product on the new Sencha website[15] together with Sencha Touch, Sencha GWT (now Sencha GXT), Sencha Architect, Sencha Animator and Ext core.

On 23-Aug-2017, Sencha was acquired by IDERA (which in turn owns Embarcadero Technologies). Embarcadero is known for acquisitions of rapid application development software such as Delphi (which relies on Object Pascal as its primary programming language). As a result of this acquisition, many core developers were dismissed from the company[16][17].

Sencha JetBrains plugin

Sencha’s JetBrains plugin is an Integrated Development Environment tool that creates a confluence between Sencha Frameworks and JetBrains software. This integration comes in the form of code completion, inspection, and suggestion, while cooperating with native JetBrains behavior.

Ext.NET

Ext.NET is an ASP.NET component framework integrating the Ext library,[18] current version (as of September 2017) is 4.4 which integrates ExtJS version 6.5.1

License history

YUI-Ext was available under the BSD license. In April 2008 the open source license associated with Ext was changed. In version 2.0.2, the authors stated that Ext was available under an LGPL-style license as long as you "plan to use Ext in a personal, educational or non-profit manner" or "in an open source project that precludes using non-open source software" or "are using Ext in a commercial application that is not a software development library or toolkit". This was no longer the case with Ext 2.1.[19] Some people[who?] claimed that the license conditions as the authors described it stood while others[weasel words] claimed that clause 7[20] of the LGPL-style license enabled the software to be used by all regardless of Ext's conditions. The Ext authors claim that section 7 of the LGPL as it is worded did not apply to "conditions" which their license required before distribution under the LGPL was permitted as opposed to "additional restrictions" which section 7 allowed a distributor to remove.[21]

On 20 April 2008, Ext 2.1 was released under a new dual license structure which allowed the options of the full GPL 3.0 license or a proprietary license.[22]

The change in license over time, from a permissive open source license to a restrictive dual license, caused controversy in the Ext user community.[23][24][25][26]

Sencha has published details about its commercial and GPL license terms on its website.[27]

See also

References

  1. ^ See also, Rich Internet application
  2. ^ "Ten Questions with YAHOO.ext Author Jack Slocum". Retrieved 2015-08-11.
  3. ^ "@jackslocum #ExtJS 1.0 was released April 15th, 2007. Happy birthday. @Sencha". Jack Slocum. Retrieved 2013-04-14.
  4. ^ Ext JS as of version 2.0 works with different base libraries or adapters. (e.g. YUI, jQuery, Prototype), or it can work stand-alone. The capability to work with multiple base libraries was removed in the 4.0 release.
  5. ^ "Ext JS 4.0.7 - Sencha Docs". Extjs.com. Retrieved 2012-11-19.
  6. ^ [1] Archived February 20, 2008, at the Wayback Machine
  7. ^ "Countdown to Ext JS 4: Dynamic Loading and New Class System | Blog". Sencha. 2011-01-19. Retrieved 2012-11-19.
  8. ^ "Countdown to Ext JS 4: Data Package | Blog". Sencha. 2011-01-21. Retrieved 2012-11-19.
  9. ^ "Announcing Sencha Ext JS 5 | Blog". Sencha. 2014-06-02. Retrieved 2014-07-16.
  10. ^ "Sencha Ext JS 5 Unifies Mobile, Desktop App Dev". eWeek. 2014-06-14. Retrieved 2014-09-11.
  11. ^ "Sencha Ext JS 5 Streamlines and Unifies". Dr. Dobb's. 2014-06-05. Retrieved 2014-09-11.
  12. ^ "Release Notes for EXT JS 6.0.2". Retrieved 6 January 2017.
  13. ^ "Sencha Unifies JavaScript Development Frameworks". Retrieved 28 August 2015.
  14. ^ "Ext JS + jQTouch + Raphaël = Sencha | Blog". Sencha. 2010-06-14. Retrieved 2012-11-19.
  15. ^ "Industry Leading JavaScript Framework for Building Desktop Web Apps | Sencha Ext JS | Products". Sencha. Retrieved 2012-11-19.
  16. ^ Kay, Arthur (August 29, 2017). "A Fond Farewell to Sencha". akawebdesign.com. aKa Web Design. Retrieved September 12, 2017. But firing all of your people, these amazing people...
  17. ^ Simoens‏, Mitchell (August 30, 2017). "writing a resume". twitter.com. Twitter. Retrieved September 12, 2017. I think writing a resume is the hardest thing I do. Go to a resume expert and they help you, go to another and it's crap. rinse and repeat.
  18. ^ "– ASP.NET (WebForm + MVC) component framework integrating the Sencha Ext JS JavaScript Library | ASP.NET Web Components for WebForms and MVC application. Integrates the Sencha ExtJS framework". Ext.NET. 2011-09-20. Retrieved 2012-11-17.
  19. ^ "License Change?". Extjs.com. Retrieved 2012-11-19.
  20. ^ "GNU Lesser General Public License - Version 3, 29 June 2007". Gnu.org. Retrieved 2012-11-17.
  21. ^ "Sencha Forums, ExtJS License Change".
  22. ^ "Ext JS 2.1 and Ext GWT 1.0 released, preview of Ext JS 3.0 | Blog | Sencha". Extjs.com. 2008-04-22. Retrieved 2012-11-19.
  23. ^ Monday April 28, 2008 3:08PM by Tim O'Brien in Opinion (2008-04-28). "License Fake-out hits ExtJS and Java Service Wrapper: Communities Alienated - O'Reilly ONJava Blog". Oreillynet.com. Retrieved 2012-11-19.{{cite web}}: CS1 maint: numeric names: authors list (link)
  24. ^ Asay, Matt (2008-02-25). "ExtJS: When open source is not open at all | The Open Road - CNET News". News.cnet.com. Retrieved 2012-11-19.
  25. ^ "Ext JS and the fun with Open Source licenses". Ajaxian. 2008-04-26. Retrieved 2012-11-19.
  26. ^ "Brewing Controversy Surround EXTJS « The Byte Stops Here". Bytestopshere.com. Retrieved 2012-11-19.
  27. ^ "Sencha Licensing | Website | Sencha". Sencha.com. 2011-01-13. Retrieved 2016-05-16.

Bibliography