[appengine-java] Re: Storing GWT-RPC objects to BigTable

2009-09-22 Thread Max
I just thought it would be funny if it would possible to code one class not in client or server package. And some google tool will compile that class in 2 different classes in client and server packages with copy methods. I think it is google way :) On Sep 21, 3:06 pm, Max

[appengine-java] Re: Storing GWT-RPC objects to BigTable

2009-09-21 Thread Max
When I declare fields as @Persistent it stops to work in GWT. On Sep 21, 1:40 am, Romain hippe...@bellsouth.net wrote: As long as your Entities are in the client.* folder they can be seen as JDO objects as well as in GWT as POJOs On Sep 20, 5:07 pm, Max max.seven@gmail.com wrote: It

[appengine-java] Re: Storing GWT-RPC objects to BigTable

2009-09-21 Thread Max
Thank You! I thought I missed something and there is some framework from google that has to be used here. On Sep 21, 12:49 pm, leszek leszek.ptokar...@gmail.com wrote: Yes, the second solution (TO - transient objects) means code duplicating but seems more realistic. You can share the same