You can use gwt-comet to streaming messages to the browser over long lived HTTP requests.
http://code.google.com/p/gwt-comet/ On Jan 28, 10:33 am, SergeZ <[email protected]> wrote: > Hi, everybody! Can any body help me with advice about the following > problem. > > I have to write an application which must update the browser's > content , when new data appears in DB. Or it updates. DataBase is > Oracle 10g. I hoped that I can make real-time updating just with > trigger which runs on insert or update and pass some data to the java- > stored procedure. And under that procedure this passed data should be > transferred to my GWT application (web) through Socket.... But sockets > doesn't supports by GWT. > I found the Socket.jat - socket implementation for GWT which was > developed a few years ago during Google Summer of Code. But It also do > not works with my application ( it can not connect to the socket > server, even if I try to compile and run test examples distiruted with > the library). > > Please, can you give me advice about how can I develop the real-time > data updating on WebPage ( axcept making a timer with some period - it > is not a true real-time updating ). I mean, when the data inserts or > updates in DB, there must be a mechanism to send that data to my GWT > application - the real-time data updating. > > Thanks a lot for your attention!!! -- 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.
