Creating a Simple WebObjects Application
This chapter introduces you to the basic concepts and procedures of developing WebObjects applications. You'll develop, in stages, a simple application for the World Wide Web. The application you'll write is called GuestBook.
e-mail addresses, and comments. When the form is submitted, the application redraws the page with the user's information at the bottom.
This application illustrates the basic techniques you use to create a WebObjects application. You'll use two primary tools, Project Builder and WebObjects Builder.
- Create a new WebObjects application project.
- Write scripts or compiled code to provide behavior in your application.
- Build and launch your application.
- Create static content for your pages.
- Add dynamic elements to your pages.
- Bind the dynamic elements to variables and methods in your code.
- Creating a WebObjects Application Project
- Choosing the Programming Language
- Entering Static Text
- Using the Inspector
- Creating Form-Based Dynamic HTML Elements
- Resizing the Form Elements
- Creating Variables
- Binding the Input Elements