Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
GWT uibinder,自动建议花费太多时间_Gwt_Gxt_Uibinder - Fatal编程技术网

GWT uibinder,自动建议花费太多时间

GWT uibinder,自动建议花费太多时间,gwt,gxt,uibinder,Gwt,Gxt,Uibinder,我们在项目中使用GXT和GWT(2.4)。我们正在使用UIBinder进行页面设计。目前,我们面临着太多的问题,无法在xml页面中编写代码。自动建议花费的时间太长(当我们按ctl+空格进行自动建议时,会变得无响应)。我不明白问题出在哪里 需要帮助。这可能是由于internet连接或远程服务器速度较慢导致的,这使得检索XSD文件的速度较慢。您可以将XSD添加到目录中,引用本地文件而不是远程URL: Location: http://dl.google.com/gwt/dtd/com.

我们在项目中使用GXT和GWT(2.4)。我们正在使用UIBinder进行页面设计。目前,我们面临着太多的问题,无法在xml页面中编写代码。自动建议花费的时间太长(当我们按ctl+空格进行自动建议时,会变得无响应)。我不明白问题出在哪里


需要帮助。

这可能是由于internet连接或远程服务器速度较慢导致的,这使得检索XSD文件的速度较慢。您可以将XSD添加到目录中,引用本地文件而不是远程URL:

Location:        http://dl.google.com/gwt/dtd/com.google.gwt.user.client.ui.xsd
URI:           http://dl.google.com/gwt/dtd/com.google.gwt.user.client.ui.xsd
Key Type:        Namespace Name
Key:                urn:import:com.google.gwt.user.client.ui


Location:        http://dl.google.com/gwt/dtd/uibinder.xsd
URI:           http://dl.google.com/gwt/dtd/uibinder.xsd
Key Type:        Namespace Name
Key:                urn:ui:com.google.gwt.uibinder
在Eclipse>>首选项>>XML>>目录中

在用户部分中,您可以添加自定义目录,下载提到的XSD文件,并指向XSD文件的本地版本