Re: Jwebsocket for GWT

2015-07-24 Thread Gilberto
, 2015 at 2:32:51 AM UTC-3, Marcos Augusto wrote: alguém tem um exemplo de como trabalhar com jwebsocket com o GWT, tou tentando criar uma conversa e eu sou incapaz de saber como codigicar se alguém souber por favor me ajude -- You received this message because you are subscribed to the Google

Jwebsocket for GWT

2015-07-23 Thread Marcos Augusto
alguém tem um exemplo de como trabalhar com jwebsocket com o GWT, tou tentando criar uma conversa e eu sou incapaz de saber como codigicar se alguém souber por favor me ajude -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: JWebSocket using GWT

2013-01-07 Thread mukarev
I made a wrapper for the jWebSocket client stuff - have a look here - https://github.com/mukarev/gWebSocket Am Samstag, 23. April 2011 03:34:50 UTC+2 schrieb GWT Kid: Folks , I am build a chat Server App in GWT .I came across JWebSocket . (http://jwebsocket.org/) This seems to be useful .

Re: JWebSocket using GWT

2011-04-25 Thread gaill...@audemat.com
you have just to create a new class that implements WebSocketCallback like this : class tt implements WebSocketCallback { @Override public void connected() { // TODO Auto-generated method stub }

Re: JWebSocket using GWT

2011-04-23 Thread gaill...@audemat.com
On GWT client side, you can use this project : http://code.google.com/p/gwt-websockets/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Re: JWebSocket using GWT

2011-04-23 Thread gangurg gangurg
Thanks for the reply . I see the project is tested against JWebSocket .How did you guys invoke JWebScoket from the Client . Can you kindly share that piece of code or the structure you guys adopted . On Sat, Apr 23, 2011 at 6:42 AM, gaill...@audemat.com gaill...@audemat.comwrote: On GWT

JWebSocket using GWT

2011-04-22 Thread Guess What
Folks , I am build a chat Server App in GWT .I came across JWebSocket . (http://jwebsocket.org/) This seems to be useful . But I am not sure how to build using GWT . Has anybody worked on this or can give me some example of how to wrap the JWebScoket calls in GWT . . -- You received this