- There are 3 methods of creating GWT applications
• Using the GWT Creation Tools
• Using IDE(eclipse)
• Create Application by Hand
- Creating a GWT Application (using IDE:eclipse)
• JDK Install : http://java.sun.com/javase/downloads/index.jsp
• eclipse : http://www.eclipse.org/downloads/
• Install Google Plug-in for Eclipse
[figrue : Install New Software in Eclipse]
• Create sample web application project
- webAppCreator command line utility create the gwt project that contains eclipse project & config file
- create new sample app. with the following command
webAppCreator -out MyWebApp com.opencloud.mywebapp.MyWebApp
• import the generated project into the eclipse
- "File"->"Import"->"General"->"Existing Projects into Workspace"
- Run in eclipse (Ctrl + F11)
- Toggle Breakpoint at the source in Eclipse the following pic.
[figrue : Debug ]












