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.
当我打开我的 GWT 项目时,它总是验证 GWT Java 代码 (.java和.ui.xml),我的项目的代码非常大,因此完成验证需要很长时间。我如何控制这个验证过程,所以我不会在每次打开我的项目时验证所有内容?
.java
.ui.xml
从 Eclipse 控制台我可以看到验证时间最长的是那些 ui.xml 代码,例如:
MYPROJECT/src/main/webapp/WEB-INF/classes/com/mycompany/client/core/view/MainView.ui.xml
在每个 ui.xml 文件中都会有以下代码行。请发表评论。它将减少验证和获取资源的时间。
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">