Javascript library for building desktop-like web application: ExtJS, jQuery, YahooUI, Mocha, SproutCore, Cappuccino, others? [closed]

StackOverflow https://stackoverflow.com/questions/268625

Question

I am evaluating several Javascript UI toolkits for building web applications that have a desktop-like feel, mainly because of dialogs and window management.

I looked at several options - here are my evaluations so far:

  • ExtJS - Great widget library, great docs! Not so great license.
  • jQuery UI - Lack of ready-made window and dialog containers. I love jQuery though.
  • Yahoo! UI - Same problem as above. Really mature (but, unfortunately, is no longer being actively maintained) and well documented.
  • Mocha (Mootools-based) - Not as mature as the others. Lacks good documentation.
  • SproutCore - Same as above. Also doesn't have window and dialog widgets.
  • Cappuccino - Too weird and revolutionary.

What's your take on these? Are my evaluations correct?

Was it helpful?

Solution

In terms of a desktop look/feel the best of that bunch has to be ExtJS. In terms of the UI it really is leaps ahead of the rest. Of course there are licensing issues but they have their FLOSS exceptions and if you intend to make money from the project then a commercial license isn't exactly going to break the bank.

Other Very Rich Framework worth looking at (all have their good and bad points),

OTHER TIPS

Have you thought about GWT (Google Web Toolkit http://code.google.com/webtoolkit/ )?

I love jQuery, plus its been adopted by M$ for MVC. I wouldnt call the lack of ready made stuff a downer. Yeah it would be great if there was, but with things like that i always find you end up bodging them to fit your needs, just write you own, its so easy to!

YUI is very great at UI, except that the syntax is a little verbose, but hey, there are enough documentation on yahoo! site to get thing done correctly!

You could give a try to jQuery Desktop or ExtJS.

If you want it to look like and work like a desktop app, I would choose either Yahoo! UI or Ext.JS

I have been using ExtJS for some projects lately. It's learning curve is a bit steep, since you'll have to grasp their concept of layouts, but other than that you'll be fine.

Just make sure that you read the licensing agreement before you start using it. Oh, and ExtJS works fine using jQuery, Prototype and others.

ExtJS is probably the best choice. It's fast, it's lean and it's damn beautiful. Their support is also excellent.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top