S
S
step3072012-02-16 13:05:21
JavaScript
step307, 2012-02-16 13:05:21

Requesting holivar on JavaScript framework?

Task: We are
going to write a fairly large web application. Its essence is similar to CMS, but not for the site, but simply “put everything into the base.”
There are about 15 heterogeneous elements in the system, editing some takes obviously more than a few screens
. It is required to create fairly non-standard widgets.
I 'm considering the following options so far:
- ExtJS
- dojo toolkit
- Yahoo UI
- self-written jQuery widgets on top of Backbone.js or something like that I
'm interested in the experience and impressions of those who actually used the designated libraries in the development of truly non-trivial systems. Well, or maybe someone will throw a sensible link at me.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
SuperKozel, 2012-02-16
@step307

tried extjs, dojo and backbone + jquery
the first two are very different from the last one in purpose.
They are not intended for creating sites in the usual way, but for creating windowed applications in the browser. Frameworks for creating a thick client system. At the same time, I constantly had problems with dojo.
The problem that I remember the most is the strange set of storage. There are repositories that hold data in the client, downloading once, and there are several that request data from the server. Of those that work on demand, one store was read-only, and the second required REST on the web server side
In the last project I use backbone - a convenient and flexible thing. It is enough to create one-page sites, but there are no interface widgets, how the site will look is completely up to you.
In any case, the price for all this luxury is a huge amount of js code.

S
second_pilot, 2012-02-16
@second_pilot

In general, extJS is a great framework, but it's expensive. I would choose backbone.js if the widgets are non-standard or try qooxdoo

R
raduga, 2012-02-16
@raduga

I would recommend using closure-library if you need to do something like RIA. I also heard very good reviews about the backbone.

K
Kirill Mamaev, 2012-02-17
@r00tGER

GWT

E
egorinsk, 2012-02-17
@egorinsk

Self-written widgets without jQuery (better than jQuery)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question