thron7 schrieb: > * when you need more control over or higher dynamics within your GUI > (which might be harder in a pure declarative approach - Christian?) > Hi,
certainly... you can only code the static parts of the GUI in a declarative xml syntax (just like in HTML). If there are parts of the GUI that are created on-the-spot or depend on external factors, you'll have to use the "normal" qooxdoo way. But I found that you can go a long way with static parts, especially with the "virtual" widgets. The idea is to separate presentation and data as much as possible. Tthe client fully implements the whole layout including parts that are shown only on demand, the server supplies only data and triggers certain parts to be shown or hidden, enabled or disabled. But if you have a different programming model, of course you should use a different approach - let thousand flowers bloom! Christian ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
