Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

The Bootstap tutorials starts from the very beginning and steps through creating a simple application.

Ready, Set, Go!

We download the framework and get started on an application of our own.

Hello World

We present a page with a simple Welcome message.

Using Tags

We create a Welcome page with links to other actions in the application.

Coding Actions

We interpret the Logon form, and return a different result code depending on the circumstances.

Selecting Results

We setup different results for different result codes.

Validating Input

We use the validation framework to verify data submitted from a form.

Localizing Output

We move the validation messages to a message resource bundle.

Flying Solo

And, now, you're on your own, but not alone ...

(lightbulb) For more coding examples, see the Cookbook.

Next: Ready, Set, Go!

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:

...