views:

6009

answers:

7

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 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?

+5  A: 

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!

Andrew Bullock
+4  A: 

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

Chii
I second this suggestion. Used this UI technology at my workplace. It has a good community which covers for a rather small widget library and lack of DnD for example. Nice debugging features also.
Yuval A
A: 

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

scunliffe
+1  A: 

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.

changelog
A: 

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

Bogdan
+6  A: 

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

kouPhax
A: 

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!