Re: GWT + JSON + Server-side code....... RPC ???

2008-10-14 Thread [EMAIL PROTECTED]
Well google can send serialable objects. So it does not have to be json. It would be a whole new class of objects that you created. google's json code itself is not serialable. You can however have two liberaries for json and past the format from one to another. On Oct 14, 12:39 pm, Suri <[EMAIL

GWT + JSON + Server-side code....... RPC ???

2008-10-14 Thread Suri
Hey people, I'm not sure if I understand this correctly and figured I could use some help. I have an existing Java Struts based application that I'm trying to integrate GWT as a module into. I created some simple client code and wanted to make a call to the server side to see if it would work fine