Given the application functional requirements and the database provided, you are ready to use ColdFusion to develop the Trips Maintenance application. The remaining lessons in the tutorial will step you through the process of constructing this application. When you are done, the main page for the Trip Maintenance application will appear as follows:
The main application page is where users will come to view information about trips and to navigate to other ColdFusion pages to add, edit or search for new trips.
The following lessons, explain how to do these tasks:
Each lesson in the tutorial is designed to let you proceed at your own pace. At any time, you can stop and later return to that place in a lesson so that you can complete all the sections in the lesson.
Each lesson guides you through a scenario to enhance the Compass Travel Trip Maintenance application. Sections within a lesson present basic programming concepts that you need to understand before completing the section exercise(s).
Depending on your programming experience, you can read the entire lesson then proceed to the hands-on exercises, or you can skip some information in the lesson and proceed directly to the exercises.
The following table describes the working directories for this tutorial:
You can locate the working directories for this tutorial under your web root directory. For example, the directory path on your computer might be:
(on Windows NT) <mywebserverdocroot>\cfdocs\getting_started
(on UNIX) <mywebserverdocroot>/cfdocs/getting_started
You can view ColdFusion application pages on your local computer by opening a web browser and entering one of the following URL:
For more information about the tutorial file structure and the location of the getting_started subdirectories, see "Verifying the tutorial file structure".
To use this tutorial, you must have the following components installed:
Note: The default file extension used for ColdFusion application pages is.cfm
.