I would prefer just using: (1) Maven for everything, never depends on IDE plugins, you can use GWT Maven plugin to run the transpiler and serve the HTML + JS files, no need to use plugin. (2) For debugging I'm using Chrome and it has a very good source map debugger. (3) Best practice, never mix client- and server-side. Make a stand-alone Maven project for your client-based webapp / webbrowser.
Take a look at this presentation for the anatomy of GWT webapps: https://bit.ly/gwtintropresentation Hope this helps, Lofi -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/64fe6f4b-4de4-4075-9c7a-cff2016298db%40googlegroups.com.
