// App specific variables appBeanName = "ptTags"; // Load the APP Base addSingleton("#appComPath#App", appBeanName); addSingleton("#appComPath#tagsService", "tagsService"); addConstructorDependency(appBeanName, "tagsService"); addSingleton("#appComPath#tagsDAO", "tagsDAO"); addConstructorDependency(appBeanName, "tagsDAO"); // Dependecies from ADF Lib addConstructorDependency(appBeanName, "scripts_1_1", "scripts"); addConstructorDependency(appBeanName, "ceData_1_1", "ceData"); addConstructorDependency(appBeanName, "csContent_1_0", "csContent");