// LIGHTWIRE BEAN CONFIG CODE // Call the base init() method to set sensible defaults. Do NOT remove this. Super.init(); // OPTIONAL: Set lazy loading: true or false. If true, Singletons will only be created when requested. If false, they will all be created when LightWire is first initialized. Default if you don't set: LazyLoad = true. setLazyLoad("false"); /* * * ADF CONFIGURATION CODE * * */ /* * Build bean objects for all components in the ADF\LIB directory * directoryPath = Directory to recurse for component files * excludeSubDirs = Director names to exclude * objFactoryType = Variable space to load the ADF Lib */ loadADFLibComponents(directoryPath="ADF/lib/", objFactoryType="server"); /* * Load the singleton for the Core Config file */ addSingleton("ADF.core.Config", "CoreConfig"); /* * Load the ADF application bean configuration files (appBeanConfig.cfc) */ loadADFAppBeanConfig();