// App specific variables appBeanName = "ptPoll"; // Load the APP Base addSingleton("#appComPath#App", appBeanName); // Load the PT Poll service component addSingleton("#appComPath#pollVoteDAO", "pollVoteDAO"); addConstructorDependency(appBeanName, "pollVoteDAO"); addSingleton("#appComPath#pollVoteController", "pollVoteController"); addConstructorDependency(appBeanName, "pollVoteController"); addSingleton("#appComPath#pollQuestionDAO", "pollQuestionDAO"); addConstructorDependency(appBeanName, "pollQuestionDAO"); // Modified the loading of the pollQuestionGC addSingleton("#appComPath#pollQuestionGC", "pollQuestionGC"); addConstructorDependency(appBeanName, "pollQuestionGC"); // Dependecies from ADF 2.0 Lib addConstructorDependency(appBeanName, "cedata_3_0", "cedata"); addConstructorDependency(appBeanName, "scripts_2_0", "scripts"); addConstructorDependency(appBeanName, "utils_2_0", "utils"); addConstructorDependency(appBeanName, "csContent_2_0", "csContent"); addConstructorDependency(appBeanName, "data_2_0", "data");