I like the idea. Could be useful for integrating stuff like
Progressive, HTML5 storage layers etc. what is not currently on the
radar of qooxdoo.

However I don't see the requirement of a separate statement here. Just
use the existing #require and #use with other than class names would
fulfill all requirements. I would also suggest to support local paths
e.g. external/progressive/progressive.js

The issue here might be that the whole qooxdoo stuff is based around
qooxdoo classes and the class names of these files. All these external
stuff has no valid qooxdoo'ish class name. Maybe one needs to generate
one internally.

Cheers,
Sebastian



2009/10/31 panyasan <[email protected]>:
>
> 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.
> --
> View this message in context: 
> http://n2.nabble.com/Including-non-qooxdoo-libraries-tp3925436p3925436.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> 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