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

Compare with Current View Page History

« Previous Version 7 Next »

TODO: we need to merge the old tutorials in with the new ones.
TODO: write up some actual tutorials!
TODO: maybe create a template for tutorial pages?

  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 other view options: Velocity
  9. Evaluating other view options: FreeMarker
  10. Understanding interceptors
  11. Performing validation
  12. Performing dependency injection (IoC) through components
  13. Going i18n (internationalization)
  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