GWT, web service and reverse ajax/Comet

2010-08-09 Thread noosy
I'm after some advice regarding having a web service inside my GWT project. The web service is an event consumer and I would like to update my client side GWT code everytime it consumes a new event. Is there a reverse ajax/comet approach that I could use here? Is it possible for my web service to c

GWT server side WebServiceException when service is offline

2010-06-17 Thread noosy
I have a RPC style GWT app that has some server side code which contains references to a few different web services which it act as clients to. What I noticed the other day is that when one of my web services is offline it causes a javax.xml.ws.WebServiceException when the server side code is invok