Re: Facebook like Chat App with GWT

2011-06-29 Thread Stefan Ollinger
You can use long polling. There is a gwt project: http://code.google.com/p/gwt-comet/ Regards, Stefan Am 27.06.2011 11:43, schrieb mram: Is there any channel API without AppEngine? On 27 jun, 10:34, Jambimichael.lukaszc...@googlemail.com wrote: Maybe you should check out the channel API

Re: Facebook like Chat App with GWT

2011-06-28 Thread Uemit
Check out ijab. It is based on GWT and look really like the Facebook Chat http://opensource.ijab.im/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Facebook like Chat App with GWT

2011-06-28 Thread KevMo
I'm currently looking at iJab myself. It doesn't look like there is any active development. Also, the latest beta has connection issues on Safari. Check http://code.google.com/p/ijab/issues/detail?id=16 On Jun 28, 2:28 am, Uemit uemit.se...@gmail.com wrote: Check out ijab. It is based on GWT

Re: Facebook like Chat App with GWT

2011-06-27 Thread mram
Hello, I am also interested in this feature. I've started doing something with server events that notifies the client when something has changed... This could be interesting for you: de.novanic.eventservice.GWTEventService I hope this helps. If you improve something, please share it with the

Re: Facebook like Chat App with GWT

2011-06-27 Thread Jambi
Maybe you should check out the channel API from AppEngine. It works with web sockets and it´s very easy to use. You should make use of sockets because the server can notify the client if something new happened. The client doesn´t have to poll all the time. On 25 Jun., 22:23, gangurg gangurg

Re: Facebook like Chat App with GWT

2011-06-27 Thread mram
Is there any channel API without AppEngine? On 27 jun, 10:34, Jambi michael.lukaszc...@googlemail.com wrote: Maybe you should check out the channel API from AppEngine. It works with web sockets and it´s very easy to use. You should make use of sockets because the server can notify the client

Facebook like Chat App with GWT

2011-06-25 Thread gangurg gangurg
I am trying to implement a Facebook style Chat APP . I use JBOSS as my APP server . Can anyone share thoughts on how do I go about . I have GWT for my client . -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send