We work with Netbeans, GWT, Maven and without any plugin. All you need is to create proper project from gwt-maven-plugin archetype by codehaus http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html. You can create it directly from Netbeans. - To clean and compile project to war you need to hit Clean and Build. Before you use any dev mode you need to compile your project at last once. - To run GWT dev console you need to go to Custom-Goals and run goal: gwt:run (you can save it!) (This mode is faster than debug) - To run debug GWT dev console you need to go to Custom-Goals and run goal: gwt:debug (you can save it!) (You must attach debugger on port 8000) (It's slower than run but you can place breaks) - To deply your project to any installed server just hit run button. You will be asked for server to deploy.
We've choosed Netbeans because it was faster! in dev mode than Eclipse, also for code completion, and hints that crush Eclipse. Despite of big support from Google team for Eclipse we find Netbeans much more comfortable tool to use. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
