Reputation: 4324
I'm looking for JavaScript RIA toolkit. My requirements are: good look, free license and sane API. Any ideas?
Thats what I've found so far:
ExtJS
pros
cons
QooxDoo
cons
Dojo
pros
cons
SproutCode
pros
cons
Wijmo
pros
cons
Upvotes: 3
Views: 2540
Reputation: 8542
If you and your team are not very experienced in JavaScript and you aren't interested in investing your and your team's time into front-end technologies then your best bet will be (prioritized order):
Ext JS
jQuery UI + any jQuery Grid plugin (if you need it)
Yahoo UI
GWT
However, I strongly suggest you to gain some knowledge and experience with front-end technologies, especially CSS. CSS is easy as long as you research some basic rules and patterns. You don't need to become a CSS guru to be able to do styling and layout proficiently.
So if you wish to learn front-end a bit or you have some experience with it my list will be quite different. Before picking the widget library I suggest you start off with some MV* framework.
Given you've picked a framework here are your best widget choices:
jQuery UI
Yahoo UI
And these libraries are very undesirable:
Ext JS
GWT
As you can see both Ext and GWT are somewhat controversial. Use Ext if you know what are you doing, i.e. when your team isn't good at webdev and if you don't need to customize it's look and feel. In most cases some education and jQuery UI is a much better bet.
Upvotes: 4