beautypg.com

Running movies, Running movies 78 – Apple WebObjects 3.5 User Manual

Page 78

background image

Chapter 3

Creating a WebObjects Database Application

78

When the wizard finishes, your new project is displayed in Project Builder. The
wizard has produced all the files and resources for a fully functional, one-page
application. All you need to do before running your Movies application is
build it.

Running Movies

Build and run the application.

Experiment with the application by entering different search criteria. Insert,
update, and delete movies. Try entering dates with different formats, such as:

6/7/97

June 7, 1997

today

Type matching criteria. A database string
matches if it begins with the string in the text
field. For example, strings match “The” if they
start with the string “The”.

Click here to fetch and return matching
movies.

Click a movie to select it and display its
information below.

Use these text fields to edit the information
about a movie.

Click here to create a new, empty movie.

Click here to delete the selected movie.

Click here to save your work in the database
(add the new movies you inserted, remove the
movies you deleted, and save changes you
made to existing movies).