- Launch WebObjects Builder
- Create a new application directory
- Create the application's input fields
- Enter static text
- Create form-based dynamic HTML elements
- Create variables
- Create a class
- Declare variables
- Bind the input elements
- Implement a method
- Create the application's output
- Create static HTML elements
- Add abstract dynamic elements to the page
- Bind the WORepetition element
- Implement awake and sleep
- Run the application