Hi, Using GWT & GAE according to this tutorial http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html#data
How should one pass objects between server&client, and have the server (GAE) should still save data per user? e.g. lets say Stock has a few more fields and the client should get all Stock object, not just symbol string, and pass back all Stock object for save. Basically it would be almost the same as the server side object, but without the "user" data as the client will always have the same user. Searching for an answer I've found several alternatives, most useful seeming http://gilead.sourceforge.net/ Does anyone has a complete sample with code doing this? Thanks
-- 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.
