GWT
From DesigningPatterns
(Redirected from Google Web Toolkit)
Installation on Linux
- Download GWT from http://code.google.com/webtoolkit/versions.html
- Unzip the distribution and move it to /usr/share/gwt
- Add /usr/share/gwt to your PATH.
Starting a new project
Run: applicationCreator <project-name>. where project-name specifies the full java path for your project. eg.
> applicationCreator com.designingpatterns.testapp
Notes:
- If you need to have multiple users running the hosted tool (Application-shell) at once, specify the -port option. eg.
> Application-shell -port 8889
