GWT

From DesigningPatterns

(Redirected from Google Web Toolkit)
Jump to: navigation, search

Installation on Linux

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

Performance Tuning

Personal tools