【发布时间】:2011-02-05 03:49:03
【问题描述】:
据我了解,GWT 应用程序的整个客户端在您构建时都会转换为 Javascript,因此我认为这个问题与 Javascript 和 GWT 提供的可能性有关。
我有几十个进程需要在我的 GWT 应用程序中启动,然后每个进程都会不断地调用服务器。 GWT 支持线程吗? GWT 客户端是否支持线程?
编辑:
link 声明:
No JavaScript knowledge required If you’re just a user of the framework,
which I am for the matter of discussion, you do not need to know JavaScript
in order to write dynamic content, be it client-side such as rolling frames,
docking panels or scheduled “multi-threading” tasks, or server-side calls
using XMLHttpRequests (aka AJAX).
或计划的“多线程”任务,这是什么意思?
【问题讨论】:
标签: gwt multithreading