Re: Where to put class decelerations that are used in the datastore and RPC

2010-05-24 Thread Thomas Broyer
On 23 mai, 06:23, Unni Panicker wrote: > The way I interpreted this(the stock watcher  demo approach) is that the > classes used to transfer data are, by virtue of them being in the remote > service, available to client and server. > You do not need to do anything special. However if you have a

Re: Where to put class decelerations that are used in the datastore and RPC

2010-05-24 Thread Unni Panicker
The way I interpreted this(the stock watcher demo approach) is that the classes used to transfer data are, by virtue of them being in the remote service, available to client and server. You do not need to do anything special. However if you have a utility, validation or some sort of common functio

Where to put class decelerations that are used in the datastore and RPC

2010-05-22 Thread Michael
Hi, I have a number of class decelerations, most are passed between client and server via RPC AND used in the data store (Objectify). Some just get used in on but not the other. The stock watcher demo for RPC puts the class that is passed back and fourth in the .client path, but wouldn't it be b