Re: Anyone using gwt-rpc over websockets?

2012-05-10 Thread Nikolas Gauvreau
I combed the web for a servlet based solution to async that allowed a full range of transport solutions for GWT and the only one that comes close to working, it seems, is Atmosphere. I've finally settled on Atmosphere for a few reasons. But first to address your concern... At the moment,

Re: Anyone using gwt-rpc over websockets?

2012-05-07 Thread Steve
I'm using jWebSockets to stream telemetry to our GWT app. I don't currently use a GWT wrapper on the client side. I use a JavaScript Overlay to access the stream contents from client GWT code. I really like the model and am considering using it like JMS (already a jWebSocket plugin) so that I

Re: Anyone using gwt-rpc over websockets?

2012-05-06 Thread Yaya @ Work
Hi ! Don't forget that websockets will only be used if both the server and the client support them. Also, your goals are a bit unclear : you mention RPC, which is client initiated communication, and websockets, whose initial aim was to push data from the server to the client. However, indeed,

Anyone using gwt-rpc over websockets?

2012-05-04 Thread Gal Dolber
Found http://code.google.com/p/gwt-websocketrpc/ and https://github.com/Atmosphere/atmosphere The first one only works with jetty and atmosphere looks good but I was only able to get working long pull, no websockets. Anyone had better luck? -- Guit: beautiful gwt applications