Why use Ext JS?

Let’s check some points:
  1. Very well suited to desktop like application.
  2. Thoroughly tested components.
  3. Consistent look and feel.
  4. Based on the easily understandable object oriented programming practice.
  5. Grid components coming with ExtJS provide functionalities like sorting, searching, pagination and editable columns out of the box.
  6. Professional rapid prototyping tools from Sencha.
  7. The browser compatibility is amazing, one of the headache faced by developers.
  8. The support from Sencha is quick.
  9. Well suited to data rich applications.
  10. Nice set of widgets.
  11. Supports MVC and MVVC models.
  12. Designed to make those single page apps.
  13. Make great charts easily.
  14. Great documentation and examples with videos on Sencha website.
  15. Store supports two way binding to the UI.
  16. Testing can be done using Jasmine.
  17. So firms can put the blame on Sencha and save their …. 😉

Comments

Popular posts from this blog

Java Interview : Threads

Spring Framework Interview Notes : Part Two Wiring

Card Dealer In Java in Less than 5 minutes