Re: GWT serilization policy issue !!

2008-11-12 Thread olivier nouguier
IMHO in your case you should try to use the RemoteServiceServlet implementation. I imagine the you have a dispatch servlet that use your adapter, If I'm true, let your handler use this servlet (extending RemoteServiceServlet) to decode the payload. You could inject this servlet (Spring Proxy.

Re: GWT serilization policy issue !!

2008-11-12 Thread Sam
Hello Olivier, Thanks for the reply, I have seen your code and it extends from RemoteServiceServlet. Thats why you can pass third parameter as this . In my case , the service does not extend from RemoteServiceServlet. The actual defination of my class is public

Re: GWT serilization policy issue !!

2008-11-12 Thread Sam
Thanks Olivier, That really helps. Thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from

GWT serilization policy issue !!

2008-11-10 Thread Sam
Hi all, I am trying to integrate GWT with the spring framework and we are able to implement it successfully. The only question that remains unsolved is of GWT serilization and deserilization issue. We have several already exsisting classes which are actually remote and implements Serilizable