// 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 * * */ /* * Load the singleton for the Core Config file */ addSingleton("ADF.core.Config", "CoreConfig"); /* * Load the site level components into application.ADF space. * Recurse through the '/_cs_apps/components/' directory for each site. */ loadLocalComponents();