Wiki

Clone wiki

gnd / GWT Steps

Steps to implement GWT App

  1. setup environment
  2. implement TO objects
  3. implement choosen converation strategy for DAO object (when couchDB on remote server use jsonp and don't allow actions which needs POST)
  4. implement main template for pages
  5. implement Filter and View pages (the most complex read-only pages)
  6. do first phase of refactoring (if necessary)
  7. implement remaining read-only pages
  8. implement template for wizards
  9. implement a few pages with wizard
  10. do second phase of refactoring (if necessary)
  11. implement remaining pages

Updated