Which Javascript Framework To Use In Building Ui Widgets For Biology
2
3
Entering edit mode
12.5 years ago

If you need to develop an extensive set of biology related UI widgets which framework would you consider? I have been using jQuery mostly. But recently became aware of ExtJS. How many of these javascript frameworks are available and are there already libraries providing sets of Biology related widgets?

• 3.1k views
ADD COMMENT
1
Entering edit mode

I indeed saw that question, But in this question I am really interested in GUI widgets and I thought that that question was more into basic parsing stuff

ADD REPLY
0
Entering edit mode

duplicate? Bio-Javascript?

ADD REPLY
5
Entering edit mode
12.5 years ago
Mitch Skinner ▴ 660

There are a lot of javascript frameworks; besides jQuery and ExtJS, the big ones I've looked at closely are dojo, YUI, Google's closure library, and prototype.js. And there are a bunch of others that I haven't really looked at.

jQuery's roots are in adding a bit of interactivity to a server-generated page. So if the DOM nodes in your web page are mostly coming from the server, then jQuery is absolutely the way to go in my opinion. On the other hand, if you're writing a full-blown client-side application, where you're creating most of the DOM nodes in JS code, then one of the bigger frameworks (particularly dojo, YUI, and closure) might be more suitable.

At least, that's what I would have said a few years ago. jQuery has really taken off in popularity lately, and people are adding on more and more functionality that's suited to client-side apps (like jQuery UI, for example). So even if I was writing a client-side app, nowadays I might just go with the crowd and use jQuery. Plus, more people are likely to be familiar with it, so I'd say it's a pretty safe choice.

ADD COMMENT
4
Entering edit mode
12.5 years ago

ExtJS is more of a widget library than jQuery, which is really a wrapper that makes JavaScript tolerable.

For a long time ExtJS suffered from a lot of confusion regarding the licensing.

ExtJS is a cohensive and solid set of widgets but it is pretty hard to develop new stuff in it. It is surprisingly hostile to the simplest of non-AJAX GET/POST webflows. There is a lot more support on stackoverflow for jQuery, for instance (121,834 jQuery vs 3,686 ExtJS)

However, widget-wise with jQuery if you want to pull something off the shelf you will have to choose from umpteen different choices of varying quality instead of just one good one:

http://stackoverflow.com/questions/159025/jquery-grid-recommendations

ADD COMMENT

Login before adding your answer.

Traffic: 1861 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6