Choosing the Programming Language
WebObjects supports three languages:
- Java
- Objective-C
- WebScript
When you create a new project, Project Builder provides you with a component called Main. In WebObjects terminology, a component represents a page in your application (or possibly part of a page).
In the Wizard, you specify the language you'll use to program your Main component, as well as the application and session code files (which will be described later).
- For the primary language, select Java.
- Click Finish.
Later, you'll create an additional component for your application and write its code in WebScript.
Project Builder creates a new application directory called GuestBook. This directory contains the files you work with in both Project Builder and WebObjects Builder.
Table of Contents Next Section