On Feb 7, 2008 5:27 PM, Philippe Poulard
<[EMAIL PROTECTED]> wrote:
> Siarhei Barysiuk a écrit :
> > Hello Phillippe,
> >
> > May be you're right that it's handier to build UI from XML on client
> > side but it's
> > quite hard to support this kind of builder and it's very limited way
> > (read slow).
>
> you're right
>
> > I don't believe that it's possible to create application that will
> > build UI only from XML,
>
> not a complete application, but rather a part of the application ; for
> example the user click on a button that cause a query to the server that
> send back a piece of XML for building some qx widgets
>
> what I'd like to do is to use XSLT server-side that builds on-the-fly
> pieces of the GUI ; usually, I generate HTML, but a third-party markup
> language (e.g. <qx:button>) would be very convenient

It was my and Cristian's dreams when we were starting QxTransformer. :)
But if be honest it's impossible (okay,okay... very hard :) ) because of cross
browser issues of implementation of XSLT client-side parsers  and
because of performance.
If you really need to do your own XSLT server-side parser you can based on
QxTransformer's style sheets and implement only those features what
you really need.
And you also can push to client not xml but already generated (for
example during build) javascript and evaluate it on client side.

Best regards,
Siarhei


>
> I don't know so far how to put all that together
>
> > I mean serious application but not example or demo. This is the main reason 
> > why
> > QxTransformer was integrated into qooxdoo build system.
> >
> > Best regards,
> > Siarhei Barysiuk
> >
>
> thanks to you and Leander
>
> --
>
> Cordialement,
>
>                ///
>               (. .)
>   --------ooO--(_)--Ooo--------
> |      Philippe Poulard       |
>   -----------------------------
>   http://reflex.gforge.inria.fr/
>         Have the RefleX !
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to