On Thursday, August 4, 2011 5:57:23 AM UTC+2, Nick Hristov wrote: > > If I am understanding you correctly, you want to have the server > generate some html page content and the the embedded gwt module will >
A server-side approach that generates static snapshots of every — in a certain way annotated — state is a possible solution. But there could be also a compile time approach. That is,* during compile time the appropriate static snapshots could be generated* to represent a certain state of the app pre-filled with certain default values. This would be even a more elegant solution as the server don't need to be bothered with this stuff in the future. Hope to read something from the core devs... :) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/A2tDpVurUtgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
