Launching Google Web Toolkit Starter Application Doesn't Work

I am trying to install the Google Web Toolkit on my system in order to tinker with the creation of web applications. I followed the guide on http://code.google.com/webtoolkit/doc/latest/tutorial/create.html to get some experience with the system. However, I had some problems. When I run the program in development mode (in Chromium), the page takes about 10 seconds to load, and the submit button does nothing.

Console Output -

Initializing AppEngine server
Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
Successfully processed D:\Chris\Documents\My Dropbox\workspace\StockWatcher\war\WEB-INF/appengine-web.xml
Successfully processed D:\Chris\Documents\My Dropbox\workspace\StockWatcher\war\WEB-INF/web.xml
The server is running at http://localhost:8888/
[WARN] No file found for: /favicon.ico

And the output is "Development Mode"

[WARN] [stockwatcher] JSNI method '@com.google.gwt.user.client.impl.WindowImpl::initWindowCloseHandler()' returned a value of type JavaScript object(9) but was declared void; it should not have returned a value at all

[WARN] [stockwatcher] JSNI method '@com.google.gwt.user.client.impl.DOMImplStandard::initEventSystem()' returned a value of type JavaScript object(193) but was declared void; it should not have returned a value at all

Any ideas on what causes these problems and how to fix them? I know that I can add the “favicon.ico” file to the war to take care of one warning, but I have no luck with the others.

Eclipse 3.5 (Galileo), GWT SDK Google.

+3
2
+3

. GWT SDK, Eclipse, , GWT?

0

Source: https://habr.com/ru/post/1780527/


All Articles