Difference between revisions of "ADF Core"

From ADF Docs
Jump to: navigation, search
(Lightwire)
(Lightwire)
Line 9: Line 9:
 
== Lightwire ==
 
== Lightwire ==
 
* [[ADF_Core_Bean_Config|Bean Config]] - Component that configures the object factory at the Server space.   
 
* [[ADF_Core_Bean_Config|Bean Config]] - Component that configures the object factory at the Server space.   
* [[ADF_Core_Site_Bean_Config|Site Bean Config]] - SiteBeanConfig.cfc - [[Core Site Bean Config]] component configures the object factory at the site into Application space.
+
* [[ADF_Core_Site_Bean_Config|Site Bean Config]] - Component configures the object factory at the site into Application space.
 
* LightWireConfigExtendedBase.cfc - [[Lightwire Config Extended Base|Lightwire Config Extended Base]] component is extended from the [[Core Bean Config|Core Bean Config]] and provides automation functions for configuring the factory.
 
* LightWireConfigExtendedBase.cfc - [[Lightwire Config Extended Base|Lightwire Config Extended Base]] component is extended from the [[Core Bean Config|Core Bean Config]] and provides automation functions for configuring the factory.
  
 
[[Category:Core]]
 
[[Category:Core]]

Revision as of 14:35, 24 March 2010

Overview

Directory for the core components that implement the lightwire object factory.

Components

  • Core - Initialization component for the ADF. This code creates the factory object into server space. The configuration of the object factory is controlled through the Core Bean Config.
  • Base - Root base component for the ADF. Extended by the AppBase component (AppBase.cfc) to perform get operations for a factory object.
  • AppBase - Application base component. Extends the Base component and is extended by the custom application App components. Provides a layer between the ADF and the custom application.

Lightwire