Getting Started Building ColdFusion MX Applications
|
|
Writing Your First ColdFusion Application
|
Creating your first ColdFusion application
As you recall from , two of the requirements for the Trip Maintenance application are the ability to generate trip listings and a trip query facility. You will create a search interface that meets both of these requirements in this lesson.
The following list identifies the components that you will create in this lesson:
- Dynamic Trip List page The purpose of the Trip List page is to present an up-to-date lists of trips on the Compass Travel website.
- Trip Search form The purpose of the Trip search form is to enable Compass Travel employees to search and view brief details about existing trips on their website.
- Trip Search Results page The purpose of the Trip Search Results page is to display the results of a trip search.
The primary users of these components are the Compass Travel coordinators and agents, not the general public.
Application development steps
You will review or participate in the following application construction steps:
Steps |
Description |
1 |
Create a dynamic web page that displays a list of trips. |
2 |
Design the constraints for the search interface. |
3 |
Develop ColdFusion pages to capture user search criteria and display the results. |
Comments