avd schrieb: > hello sir, > I have a problem in GWT, my problem is How can get response from > server to client after completion query processing in database?
If the query is initiated by using the GWT-RPC-mechanism, it's simply done by returning the method in the servlet being called. This lead to the call of the AsyncCallback you passed as parameter to the client-side-method. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
