I think i know what you mean. Do you want to send data to the client if an event happens on the servlet? I've also got that problem because my server catches external events. I don't want to use a timer or some other client-event like sollution to connect to the server. Is it possible to make a push connection between the gwt page and the servlet?
On 19 feb, 05:37, sohail1u <[email protected]> wrote: > Till now I am using servlet to fetch the data from the databse and > then the servlet send those data > to a jsp page for displaying those data. Now i want, instead of jsp > can we call we pass those data to a GWT page for displaying. If yes > then how? > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
