Re: ClassNotLoaded exception on serialized class

2010-02-24 Thread JA
I'm using GWT 2.0, and it looks like it does not need this annotation. I'll try it anyway. On Feb 23, 9:38 pm, Blessed Geek blessedg...@gmail.com wrote: Need more details. Which version of gwt are you using? For gwt 1.7 I had to do this. It is possible your problem is due to your failure to

Re: ClassNotLoaded exception on serialized class

2010-02-24 Thread JA
Nope - adding that doesnt work either. Is there anything else people have been doing with GWT 2.0 to instantiate serializable classes on the server? On Feb 24, 7:02 am, JA jimmy.alamparam...@ubisoft.com wrote: I'm using GWT 2.0, and it looks like it does not need this annotation.  I'll try

ClassNotLoaded exception on serialized class

2010-02-23 Thread JA
I'm trying to use GWT to create a simple app that can talk to a app- engine server through RPC. I've set up the app to talk back and forth with the server, but I have trouble when I introduce my own serializable class on the client side. I seem to have followed all the rules, and the class

Re: How do I make the server RPC to client?

2010-02-23 Thread JA
technique to what you want. JA wrote: Might be a silly question, but how do you make this scenario work efficiently: The client sends a message to the server, then displays the server status.  Now I'm expecting some other client to respond to my message at a later time, but I don't

How do I make the server RPC to client?

2010-01-31 Thread JA
Might be a silly question, but how do you make this scenario work efficiently: The client sends a message to the server, then displays the server status. Now I'm expecting some other client to respond to my message at a later time, but I don't want to keep polling to see whether the server