I don't understand the DevMode and SuperDevMode terms.
Thats pretty hard to believe...you should read that up before calling yourself a GWT developer ;)
Anyways, in IntelliJ you have a GWT run configuration. This run configuration starts GWT's DevMode (or SuperDevMode if activated) and allows you to configure it by adding DevMode parameters. If you add the "-bindAddress <your network ip>" parameter DevMode will listen for requests on your network address instead of your loopback device.
Once you have done that you can launch DevMode in IntelliJ and access your GWT app from any host on your network. Instead of
your app will then be reachable through:
-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment