Hi, On Jun 16, 3:14 pm, Brian Reilly <[email protected]> wrote: > This is a technique that I'm finding useful for using GWT to implement > new features in an existing web application.
With multiple pages you will lose the gui state of the GWT- application. Multipages will have poor user timing problems and latencies. When you do it reverse than you can maintain the gui-state. "Reverse" means that ONE GWT-Application reads the "old paged" application pages and than display them. I guess this approach will succeed on the long run because it allows to move to a modern, user friendly RIApplication Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
