But, client side polling would make the system slow right? and how to do I
decide the frequency of polling?

Backend is pure Java with the database interaction thru hibernate.

~ Abhi

On Wed, Dec 9, 2009 at 7:18 PM, P.G.Taboada <pgtabo...@googlemail.com>wrote:

> I personally would not push the messages from the server, but have the
> clients polling.
>
> The rest is server-side coding. What backend are you targeting?
> Don't forget that you will have to handle thread-safety issues on the
> server side.
>
> brgds,
>
> Papick G. Taboada
>
>
> On 9 Dez., 13:13, abhiram <abhir...@gmail.com> wrote:
> > Hi All,
> >
> >    Can someone tell me which is the best (and convenient) method to
> > implement a chat application for my web page using GWT?
> >
> >   I believed using the comet.jar would be neat but had lot of problem
> > implementin it. Can you please tell me which is the best possible
> > approach? with any working examples / links?
> >
> > ~ Abhiram
>
> --
>
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>

--

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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to