I'm new with Google Web Toolkit. I tried to create new project with NetBeans, and take Google Web Toolkit from Frameworks-list. It works if I leave "org.yournamehere.Main" as GWT Module name. But if I write something own there, all I can see is a blank html page with following source:
<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>