Difference between revisions of "ADF Core"
From ADF Docs
(→Components) |
(→Components) |
||
Line 3: | Line 3: | ||
== Components == | == Components == | ||
− | * [[ADF_Core_App_Base|App Base]] - Application base component. Extends the Base component and is extended by the ADF application App components. Provides a layer between the ADF and the ADF application. | + | * [[ADF_Core_App_Base|App Base]] - Application base component. Extends the [[ADF_Core_Base|Base]] component and is extended by the ADF application App components. Provides a layer between the ADF and the ADF application. |
* [[ADF_Core_Base|Base]] - Root base component for the ADF. Extended by the [[ADF_Core_App_Base|App Base]] and [[ADF_Core_Site_Base|Site Base]] to perform operations with the object factory. | * [[ADF_Core_Base|Base]] - Root base component for the ADF. Extended by the [[ADF_Core_App_Base|App Base]] and [[ADF_Core_Site_Base|Site Base]] to perform operations with the object factory. | ||
* [[ADF_Core_Config|Config]] - Functions for returning the site configurations through XML files and custom elements. | * [[ADF_Core_Config|Config]] - Functions for returning the site configurations through XML files and custom elements. | ||
* [[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_Site_Base|Site Base]] - Site base component. Extends the Base component and is implemented to load the ADF into the site application space. | + | * [[ADF_Core_Site_Base|Site Base]] - Site base component. Extends the [[ADF_Core_Base|Base]] component and is implemented to load the ADF into the site application space. |
== Lightwire == | == Lightwire == |
Revision as of 14:49, 24 March 2010
Overview
Directory for the core components that implement the LightWire object factory.
Components
- App Base - Application base component. Extends the Base component and is extended by the ADF application App components. Provides a layer between the ADF and the ADF application.
- Base - Root base component for the ADF. Extended by the App Base and Site Base to perform operations with the object factory.
- Config - Functions for returning the site configurations through XML files and custom elements.
- 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.
- Site Base - Site base component. Extends the Base component and is implemented to load the ADF into the site application space.
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.