Looking for recommnedation on JavaScript libraries in the leage of ExtJS and Qooxdoo for serious web

Posted by Kabeer on Stack Overflow See other posts from Stack Overflow or by Kabeer
Published on 2010-05-19T08:13:24Z Indexed on 2010/05/21 5:30 UTC
Read the original article Hit count: 332

Hello. I'm looking for a JavaScript library for my web application. The application is very data intensive and has rich form controls (almost windows like). AJAX will be used liberally. The development platform is ASP.Net (mostly ASP.Net MVC will be used).

I cannot pursue with ExtJs due to the price/license factor. I checked Qooxdoo but it is very windows-unfriendly. YIU fell short of my needs w.r.t. form controls it offers.

Other libraries like jQuery do not offer rich form controls. So I am looking recommendations for a library that satisfies most of following needs:

  • Rich UI controls
  • Solid API for AJAX handling
  • Employs good programming practices for scripting in frontend (preferably OO but not mandatory)
  • Free. Else has only development cost and not production
  • Windows friendly (or at least not unfriendly)
  • Not monolithic.
  • Should be independent (Not have development & production dependencies)
  • Theme'ing should be easy (preferably wrapped by the library)

I am not mentioning other basic needs (like browser compatibility). I hope any popular library will honor those.

© Stack Overflow or respective owner

Related posts about javascript-library

Related posts about javascript-framework