hi i began with gwt and i had a difficulty to understand this expression: "In GWT, all state is purely client-side. A GWT application could be opened multiple times in multiple browsers, and each window would essentially have its own instantiation of the application. Hence each window could be in any state the user wishes, and there is no state conflict. More, the server need not even be aware of the number of client windows that are open; each window communicates with largely stateless server services, and the server is not tasked with tracking more state due to more interactions with a single client. " what does mean :" A GWT application could be opened multiple times in multiple browsers, and each window would essentially have its own instantiation of the application" and what is the difference in this point between a GWT application and a web application
-- 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.
