Re: Differences between Netbeans and Eclipse in programming GWT
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home