View comments | RSS feed
Contents > Developing ColdFusion MX Applications > Designing and Optimizing a ColdFusion Application > Mapping an application > Defining the directory structure PreviousNext

Defining the directory structure

Defining an application directory structure with an application-specific root directory has the following advantages:

When you put your application in an application-specific directory hierarchy, you can use a single Application.cfm page in the application root directory, or put different Application.cfm pages that govern individual sections of the application in different directories.

You can divide your logical web application into multiple ColdFusion applications by using multiple Application.cfm pages with different application names. Alternatively, you can use multiple Application.cfm pages that specify the same application name, but have different common code, for different subsections of your application.

The directory trees in the following figure show two approaches to implementing an application framework:


Contents > Developing ColdFusion MX Applications > Designing and Optimizing a ColdFusion Application > Mapping an application > Defining the directory structure PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

Comments


fstrevisan said on Feb 18, 2004 at 3:32 PM :
Why are all the graphics and drawnings missing, even in the local documentation?
halL said on Feb 19, 2004 at 6:20 AM :
There was a bug in the procedure that converted our FrameMaker sources into HTML.
AnoPres said on Mar 12, 2004 at 7:19 AM :
Is there a patch of the help files that includes the drawings? How about porting your development to RoboHelp?

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/appfra13.htm