// 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"); // Dependencies from ADF Lib addConstructorDependency(appBeanName, "scripts_2_0", "scripts"); addConstructorDependency(appBeanName, "ceData_3_0", "ceData"); addConstructorDependency(appBeanName, "csContent_2_0", "csContent"); addConstructorDependency(appBeanName, "csSecurity_2_0", "csSecurity");