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?