| • Key Parts of Module |
Most web sites contain the following pages. The advantage of a Cold Fusion module is that it can contain many sections(pages or functions)
that are linked or work together to form a complete, functional, dynamic package accessing your data set. These are sometimes referred to as 'Actions',
Some of the key actions are:
1. Security - User ID, password, security level recognition, elements for navigation, Session Enabling, Server identifications.
2. Menu Actions- Table of contents, a summary of what's inside and links to dynamic pages based on security.
3. Form Actions - Pages that collect content already present for modification or new data entry.
4. Action Actions - Pages that actually perform or redirect information from forms or other pages to access and update the required data.
5. Communication Pages - Pages that can be used to send email, transfer data from one application or source to another, or
even open links to other modules and servers.
6. Format Actions - These are sometimes called Style Sheets that contain the formatting used for layout and navigation on all other pages.
7. Reports - Pages that produce information as directed from a server through a form or link.
5. Engines Actions - These pages can contain custom scripts or session information needed to maintain the module's stablity and establish state, the active linking of all pages in the module.
|