Wednesday, September 22, 2010

RE: Chat with GWT

Thank you for the answer. What is COMET? How can i use it?

> Hi,
>
> you can't call getMessage() from the servlet.
> You seems to have a weird understanding of client-server
> communication.
>
> Any class you have showed us are client classes (browser). No idea how
> you call anything from servlet.
> You may use GWT-RPC for communication (and you should have a look on
> COMET if you want to make a chat app)
>
> Just follow the stockwatcher sample and you get the necessary
> information.
>
> http://code.google.com/intl/de-DE/webtoolkit/doc/latest/tutorial/clientserver.html
>
>
> Stefan Bachert
> http://gwtworld.de
>
>

No comments:

Post a Comment