Difference between revisions of "ADF Core"
From ADF Docs
(→Lightwire) |
(→Overview) |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | Directory for the core components that implement the | + | Directory for the core components that implement the LightWire object factory. |
== Components == | == Components == |
Revision as of 14:37, 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
- Bean Config - Component that configures the object factory at the Server space.
- Site Bean Config - Component configures the object factory at the site into Application space.
- LightWire Config Extended Base - Component is extended from the Core Bean Config and provides automation functions for configuring the factory.