Creating a Simple WebObjects Application
The basic steps involved in creating a WebObjects application are:
- Create a new application directory.
- Enter static text.
- Add elements to the page.
- Set bindings for the dynamic elements.
- Write script to customize the dynamic elements.
- Run the application.
Table of Contents
- 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