hi,

well i don't doubt that this can be done. but my current application uses:
 - QxWindow (for login)
- QxTree, QxMenu, QxToolbar, QxListView, QxTabView, QxIframe, many widgets, many layouts, ...

now we are discussing using a QxBarView too.

i think i need about 80% of the qooxdoo-sourcefiles or more.

as i said: for formbased apps it is ok, and it can speed up things. but what if you really need many parts of qooxdoo?

don't understand me wrong: if speed at startup is the issue, your solution can be a way to solve. i only do not see an advantage of parsing a xml file on the server and generate a qooxdoo-JS file :-)

thx
</usc>

Oliver Vogel wrote:
but back to my first question, i thought you want qooxdoo applications to start quicker. hm, i don't see how a xml->qooxdoo converter which runs on the serverside can help.

ok, you can try to load only those qooxdoo parts which are needed. but: you have to "understand" the qooxdoo class hierarchy. well imho, the easies and efficient way is to load "qooxdoo.js" (in its compressed form).
I know, i repeat myself often (maybe to often) i am working heavilly on such
a thing, a php file which knows the dependencies and know how to handle with
it. With this script you only have to say " i need QxApplication, QxHtml,
QxLabel" -> doit() and my qooxdoo.php resolves the dependencies and creates
the smallest file available. Then this file is cached (for speed) and
compressed. The files are about 50% smaller then qooxdoo.js.gz!

The file is working in my environment but there are some missing
dependencies in the js-files. I am actually searching this missing
dependencies and send them all to sebastian. He applies this to the svn as
soon as he can (yes, this really works ;-). Aften i found most of then i
will release my file.

I someone likes to help me -> PLEASE TELL ME! I need a php script converted
from php to python (or something other which can be run under cygwin -> php
can't)

Olli



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to