Re: GWT 2 Servlet

2011-10-03 Thread Sudhakar Abraham
Build the RequestBuilder object in Client side. Implement the RequestCallback interface in client side code, override the onResponseReceived(), onError() method. Call the send() method in RequestBuilder class, requestBuilder object call the service method in servlet. Try the below code to talk to

GWT 2 Servlet

2011-09-30 Thread Navindian
Hi foks, I wish to have GWT component talk to a Servlet. Any quick suggestion? Thanks Naveen Gayar -- 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

Re: GWT 2 Servlet

2011-09-30 Thread Juan Pablo Gardella
See http://code.google.com/intl/es-419/webtoolkit/doc/latest/DevGuideServerCommunication.html 2011/9/30 Navindian navind...@gmail.com Hi foks, I wish to have GWT component talk to a Servlet. Any quick suggestion? Thanks Naveen Gayar -- You received this message because you are