Monday, August 11, 2014

Re: Generate GWT Client Side code from server dynamically

If you just want to which widgets are created can't you just send some data structure that describes which widgets should be created. I think this is part of how Vaadin works.

So you wouldn't be generating client side code dynamically (very tough with GWT) but I'd imagine you would be much better off sending something like JSON saying what widgets you want where.

On Monday, August 11, 2014 6:11:06 AM UTC+1, Rama Gwt wrote:
Hello,

     I have a requirement where I have to show a dialog whose widgets will be determined by the server.
     The widgets on the dialog and their data will also be determined only during runtime as part of the Async Call. 

    How do we achieve this using GWT?

Thanks,
Rama

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment