46
Chapter 4: Lesson 1: Preparing to Build the Sample Application
Exercise 4: Developing the sample application
Using the application functional requirements and the database that is provided for this tutorial,
you are ready to use ColdFusion to develop the Trip Maintenance application. The remaining
lessons in the tutorial 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:
•
Configure your development environment (
“Lesson 2: Configuring Your
Development Environment” on page 49
).
•
Retrieve data from a database (
“Lesson 3: Retrieving Data” on page 59
).
•
Build dynamic queries (
“Lesson 4: Building Dynamic Queries” on page 71
).
•
Build the trip detail page (
“Lesson 5: Creating a Trip Detail Page” on page 85
).
•
Build the main application page (
“Lesson 6: Creating a Main Application Page” on page 97
).
•
Write code to enforce Compass Travel business rules (
“Lesson 7: Validating Data to Enforce
Business Rules” on page 103
).
Summary of Contents for COLFUSION MX 7-GETTING STARTED BUILDING COLDFUSION...
Page 1: ...COLDFUSION MX7 Getting Started Building ColdFusion MX Applications...
Page 6: ...6 Contents...
Page 10: ......
Page 14: ...14 Chapter 1 Introducing ColdFusion MX...
Page 38: ...38 Chapter 3 Database Fundamentals...
Page 40: ......
Page 58: ...58 Chapter 5 Lesson 2 Configuring Your Development Environment...
Page 70: ...70 Chapter 6 Lesson 3 Retrieving Data...
Page 84: ...84 Chapter 7 Lesson 4 Building Dynamic Queries...
Page 96: ...96 Chapter 8 Lesson 5 Creating a Trip Detail Page...
Page 102: ...102 Chapter 9 Lesson 6 Creating a Main Application Page...