ADF Applications

From ADF Docs
Revision as of 05:56, 22 November 2009 by WikiSysop (talk | contribs) (Created page with '== Guide to Creating a New ADF Application == Following are instructions for Creating a New Application in the # A ''Starter App'' is provided in the 'ADF/apps' directory. See…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Guide to Creating a New ADF Application

Following are instructions for Creating a New Application in the

  1. A Starter App is provided in the 'ADF/apps' directory. See the Starter Application wiki page for more details.
  2. Copy and paste this Starter App directory into the apps directory and rename the folder. Name the folder the name of your application.
  3. Open the AppBeanConfig.cfm file in your applications directory. See the App Bean Config wiki page for more details.
  4. Update the appBeanName variable with the name for your application. Also, update the comment header at the top of the file with your application name.
 // App specific variables
 appBeanName = "STARTER_APP";
  1. Save the updated AppBeanConfig.cfm file.
  2. Reset the ADF for the server and site. See the Reset ADF wiki page for more details.
  3. If no error messages, then your application is configured within the ADF.

Related Guides

  • Change Components in App
  • Application Site Config
  • ADF Library Overrides
  • Application Site Level Customization