I am really interested in the GWT technology and would like to learn more. I have the following problem.
I want to run a simulation on the server, such that two separate clients accessing that simulation through a browser will see the same simulation. With GWT, I am not sure how this is done, since two clients seem to result in two separate generated server instances(??) with no sharing of data. I want to avoid having two separate simulations running because two clients are accessing the server; there should only be one, which both clients look at. The only way I can of to share data between clients is to maintain state in a database. Then the clients would simply receive data from that shared database, and the data displayed on both client would match. Are there better ways? -- 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.
