On Wed, 16 Jun 2010, thron7 wrote:
>> 2) There's no need for bootstrapping script to be generated for the
>> source version if the class import mechanism is made part of the language.
>>
>> qx.Class.import("qx.ui.table.Table");
>> qx.Class.import("qx.ui.table.cellrenderer.Default");
>>
>> etc.
> Yes, but *who* writes all these 'qx.Class.import' statements? You?! I
> would honestly be interested to learn if people in the community think
> that the automatic dependency analysis is something they can do without.
> Because *that* would be an interesting thing.
This would mean that instead of writing
var tf = new qx.ui.form.TextField();
I'd have to write
qx.Class.import("qx.ui.form.TextField");
var tf = new qx.ui.form.TextField();
right? Assuming that qx.ui.form.TextField has all import statements for the
classes it uses already. And that would mean that there are many imports
duplicated all over the place, as each class would have to be
self-containted.
I thought that's what computers are for, to automagically do the
obvious for me.
>> Once you do this, qooxdoo becomes a pure js library for the source
>> version. It becomes basically free to try.
I think Qooxdoo provides plenty of means for trying for free (e.g.
Playground, Demobrowser, and even a automatically generated standalone
application).
I am not sure if the Qooxdoo community would benefit from users asking
questions on the mailing list that cannot handle that.
As somebody else already pointed out, Qooxdoo is not a
"lets-put-some-js-hack-into-our-website" kind of thing ...
Cheers,
Fritz
--
Oetiker+Partner AG tel: +41 62 775 9903 (direct)
Fritz Zaucker +41 62 775 9900 (switch board)
Aarweg 15 +41 79 675 0630 (mobile)
CH-4600 Olten fax: +41 62 775 9905
Schweiz web: www.oetiker.ch
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel