adding to the above. - Fix an UncaughtExceptioHandler to see if there are exceptions that are not being handled. - Use Gson to construct and deconstruct JSON in to POJO and vice versa. u can avoid the manual step in your servlet. - On the client use Javascript Overlay types to read the server response and process it. - Make sure your client and server are running on the same host, other wise u will need to use the cross-site compiler for client code and JSONP at the server to send responses back.
HTH. Thanks, Subhro. On Thu, Dec 23, 2010 at 9:09 AM, zixzigma <[email protected]> wrote: > have you configured your servlet in web.xml file ? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
