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

浪尽此生 提交于 2019-12-03 03:14:05

问题


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?


回答1:


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

  • Bindows
  • Tibco General Interface
  • vegUI
  • Echo



回答2:


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




回答3:


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!




回答4:


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!




回答5:


You could give a try to jQuery Desktop or ExtJS.




回答6:


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




回答7:


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.




回答8:


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



来源:https://stackoverflow.com/questions/268625/javascript-library-for-building-desktop-like-web-application-extjs-jquery-yah

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!