Creating a Compiled Application
- It validates the information that the users enter.
- The list of registrants persists between invocations of the application.
- It has multiple submit buttons.
- It has more than one component.
Table of Contents
- Set up Project Builder and WebObjects Builder
- The main method
- Frameworks
- Implement RegistrationManager
- Implement Person
- Create the Main component's interface
- Create a dictionary class
- Create and bind variables
- Create multiple submit buttons
- Implement the methods
- Bind the submit buttons
- Create the component's interface
- Create variables
- Bind elements to the script
- Implement Registrants
- Add Registrants.wo to the project
- Notes for Objective-C Developers
- Creating an Objective-C project
- Objective-C main function
- Subclassing WebObjects classes
- Accessing compiled code from a script
- Accessing script methods from compiled code
- Using C and C++ in WebObjects applications