Creating a Compiled Application
This chapter shows you how to use Project Builder and WebObjects Builder to include compiled code in a WebObjects application. The application you'll create in this chapter is called Registration. The first page of the Registration application looks like this: Registration is similar to the GuestBook application that you created when you worked through the first tutorial in this book, but it's a little more complex. Registration has these additional features:
Deciding to use compiled code
Set up Project Builder and WebObjects Builder
Create a project
Create custom classes
Implement Application.java
Create the Main component
Create a second component
Build the application
Run the application
Deploy the application
Notes for Objective-C Developers
First Section