> > I also spent a bunch of time reading and experimenting with SuperDevMode. > I see that DevMode plugins are likely to disappear soon, and since > SuperDevMode doesn't require a plugin, we need to move to SuperDevMode > soon. I spent a bunch of time trying to get SuperDevMode working > unsuccessfully. I left off at the point where I discovered that you need > two servers running - one for the app - and one for the debug code. I had > trouble coordinating all this with intellij alone. Not sure if I need a > separate tomcat running or intellij can handle both servers. I suppose > this is a project for another day. >
Yes you need a second server to serve your GWT host page and bootstrap file (app.nocache.js). This can be a local installed Apache / Nginx pointing to your project's war folder or you can configure a new artifact in IntelliJ and deploy it on a server of your choice. Just make sure that GWT compile output is deployed so that the server serves an up to date app.nocache.js. After SuperDevMode is enabled, everything else will be loaded from the SuperDevMode code server that is responsible for recompiling your app. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
