Difference between revisions of "ADF Core"

From ADF Docs
Jump to: navigation, search
m (moved Core to ADF Core)
(Components)
Line 3: Line 3:
  
 
== Components ==
 
== Components ==
 +
* [[ADF_Core_AppBase|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.
 +
* [[ADF_Core_Base|Base]] - Root base component for the ADF.  Extended by the AppBase component (AppBase.cfc) to perform get operations for a factory object.
 
* [[ADF_Core_Core|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|Core Bean Config]].
 
* [[ADF_Core_Core|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|Core Bean Config]].
* [[ADF_Core_Base|Base]] - Root base component for the ADF.  Extended by the AppBase component (AppBase.cfc) to perform get operations for a factory object.
 
* [[ADF_Core_AppBase|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 ==
 
== Lightwire ==

Revision as of 14:39, 24 March 2010

Overview

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

Components

  • 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.
  • Base - Root base component for the ADF. Extended by the AppBase component (AppBase.cfc) to perform get operations for a factory object.
  • 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.

Lightwire