I have a GWT application that needs to be notified when an event occurs on the server side. Currently to manage it, I used the Timer object to check session (updated on server-side) by making regular asynchrounous callback after a lap of time. this solution works well but it contains many disadvantages such as the increase of server calls... Yesterday I found by searching a framework called gwteventservice that allows to add listeners in the client side for events raised on server-side. But I do not know if this framework is compatible with GWT 2.3 and I want to know the advantages and disadvantages of such framework. is the use of this framework advantageous comparing to the solution i used? is there a more advanced framework?
-- 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.
