-
Notifications
You must be signed in to change notification settings - Fork 0
2. How to Develop
domax edited this page Aug 17, 2014
·
4 revisions
First of all, prepare whole project for development:
cd gwt-dynamic-main
mvn clean install
After that you have 2 alternatives for development:
- Classic Developer Mode - this mode is simpler to setup and run, but it is much slower than Superdev Mode and works slightly different than real Javascript in browser.
- Modern Superdev Mode - this mode is more complicated for setup and manage, but it is really fast, lightweight and works almost the same as real Javascript in browser.
When you've got the working project (actually it will be a set of several projects) in your IDE, you'll want to create new module/plugin.