我正在用GWT开发一个项目。我以这种方式使用html组件:
HTML html=new HTML("<html> bla bal bla </html>");
问题是我想知道哪个文件以及我的HTML代码最终会在哪里。因为当我在浏览器上启动程序并查看页面的源代码时,我看不到我的代码,我只能看到iframe。所以我的代码在哪里“bla bal bla”
答案 0 :(得分:0)
到达那里需要一些步骤。您至少需要一台Web服务器。 启动并运行Web服务器后,请阅读这些链接
http://www.gwtproject.org/doc/latest/tutorial/create.html
How does GWT work or rather how does GWT load the code into the app.html file?