2009/11/2 thron7 <[email protected]>:
> Yep, we going to need this for other things as well, but I'm thinking
> more of a config key, rather than a file-level compiler hint, see this
> bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3016 . I think this
> suits better on the config level.


I don't get how to define this in the config file. Basically it's just
another type of dependency. We also do not lost depencies of classes
in the configuration. Just the top-level includes. Especially
regarding variants etc. it might be useful to have this in the code
instead of the configuration. It's more flexible IMHO.

Keeping it at class-level might also help when thinking of resources
e.g. assets which could be integrated using the already available
#asset hints.

Maybe this means a pseudo helper class for every external lib, but
still might be better than placing it into the config.

Cheers,
Sebastian


>
> T.
>
> panyasan wrote:
>> Hello,
>>
>> again on the subject of using non-qooxdo libraries: At the moment, we
>> include them by adding a <script> tag in the index.html, which is ok, but
>> not elegant, and against the generator philosophy of including only what is
>> needed. I would like to propose to add a compiler hint similar to #require,
>> which tells the generator to load a script file before including the given
>> file, such as #load(script/library.js) or
>> #load(http://domoain.com/path/to/my/library.js). With the
>> qx.io2.ScriptLoader class, this shouldn't be a problem, and for the build
>> job, the file could be downloaded and included.
>>
>> Just an idea.
>>
>> C.
>>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to