【发布时间】:2010-12-22 09:25:37
【问题描述】:
我是 Google Web Toolkit 的新手。我尝试使用 NetBeans 创建新项目,并从 Frameworks-list 中获取 Google Web Toolkit。如果我将“org.yournamehere.Main”保留为 GWT 模块名称,它会起作用。但是如果我在那里写一些自己的东西,我能看到的只是一个空白的 html 页面,其来源如下:
<head>
<meta name='gwt:module' content='vvv.test.module=vvv.test.module'>
<title>moduuli</title>
</head>
<body>
<script type="text/javascript" src="vvv.test.module/vvv.test.module.nocache.js"></script>
</body>
【问题讨论】: