You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

TODO: we need to merge the old tutorials in with the new ones.
TODO: write up some actual tutorials!

  1. Getting Started / Quick Start Guide (TODO: consolidate these articles and incorporate "prototype")
  2. Downloading and installing WebWork
  3. Setting up the test environment (to test tutorial source code)
  4. Basic configuration and your first action - Hello WebWorld
  5. Understanding actions
  6. Understanding results
  7. Meet WebWork tag library _(would also explain a little bit of OGNL)
  8. Evaluating multiple view options - Velocity, FreeMarker, JasperReport
  9. Understanding interceptors
  10. Performing validation
  11. Performing dependency injection - IoC through components
  12. Going International (i18n)
  13. Understanding continuations
  14. Retrieving data without a full request using XHR Ajax

Old tutorials:

  1. Lesson 1 - Setting up webwork in a web application
  2. Lesson 2 - An html form with no data
  3. Lesson 3 - An html form with data
  4. Lesson 4 - An html form with data, without getters or setters
  5. Lesson 5 - Views (JSP, Velocity, Freemarker)
  6. Lesson 6 - Interceptors
  • No labels