Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我每 10 秒请求一次检查是否有新内容,如果有,我希望窗口闪烁,以便用户立即收到通知。我怎样才能在 GWT 中做到这一点?
如果我代替你,我想使用 Server-Push(Reverse ajax), 启用长轮询 Comet 的方法。 不要通过刷新页面来惹恼用户..:) 这里的链接可以帮助你。
GWT-彗星集成