You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-comet
1. I can't understand basics of gwt-comet lifecycle. Could you explain
how server must response to client if some messages exist in the
application message queue?
If I understand, I should invoke CometServletResponse.terminate()
method in doComet ?
2. What purpose of CometSession class ?
"Comet Session Model" example in GettingStarted tutorial is
incomplete. How this example model can be used instead of Direct
Model ?
3. I have message queue in the application which aggregates all
notification that should be sent to the multiple clients. How I can
observe this queue and send immediately notification with using gwt-
comet?