// App specific variables appBeanName = "customerKnowledgeMap"; // Get the com path for the current custom application appComPath = getComPathForCustomAppDir(GetCurrentTemplatePath()); // Load the APP Base addSingleton("#appComPath#App", appBeanName); // Load the STARTER APP Controller component addSingleton("#appComPath#DAO", "customerKnowledgeMapDAO"); addConstructorDependency("customerKnowledgeMapDAO", "cedata_1_0","cedata"); addConstructorDependency("customerKnowledgeMapDAO", "csContent_1_0","csContent"); addConstructorDependency("customerKnowledgeMapDAO", "scheduler_1_0","scheduler"); addConstructorDependency("customerKnowledgeMapDAO", "data_1_0","data"); addConstructorDependency("customerKnowledgeMapDAO", "csdata_1_0", "csdata"); addConstructorDependency(appBeanName, "customerKnowledgeMapDAO","DAO"); // Load the STARTER APP Controller component addSingleton("#appComPath#Service", "customerKnowledgeMapService"); addConstructorDependency(appBeanName, "customerKnowledgeMapService","Service"); addConstructorDependency("customerKnowledgeMapService", "cedata_1_0","cedata"); // Load the STARTER APP Controller component addSingleton("#appComPath#Forms", "customerKnowledgeMapForms"); addConstructorDependency("customerKnowledgeMapForms", "forms_1_1","forms"); addConstructorDependency("customerKnowledgeMapForms", "scripts_1_1", "scripts"); addConstructorDependency(appBeanName, "customerKnowledgeMapForms"); // Dependecies from ADF Lib addConstructorDependency(appBeanName, "scripts_1_1", "scripts"); addConstructorDependency(appBeanName, "cedata_1_0", "cedata"); addConstructorDependency(appBeanName, "csdata_1_0", "csdata");