Wednesday, March 8, 2017

GWT Eclipse Plugin - three development modes

Hello,

I am using GWT Eclipse plugin with Eclipse Neon.

I can run my app by choosing "Run As" - "GWT Development Mode with Jetty". Then, the application may be accessed at http://127.0.0.1:8888/index.html. (I always used only this.)

Concerning to the documentation, this is only the second of three development modes. The first one is choosing "GWT Development Mode".
If I do this, the code server starts at http://127.0.0.1:9876. Navigating there with the browser shows the GWT code server, as well as a list of modules, which contains the one module of my app.
I cannot go away from here. Clicking on the module shows the message "This module hasn't been compiled yet.". Dragging and opening the commandlet "Devmode on" shows "Can't find any GWT Modules on this page.".

While the documentation is very verbose for "GWT Development Mode with Jetty", it doesn't show in detail how to use "GWT Development Mode".

What am I missing?

Thanks
Magnus

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment