// App specific variables appBeanName = "ptPageRating"; // Load the APP Base addSingleton("#appComPath#App", appBeanName); // Load the ptPageRating Controller component addSingleton("#appComPath#DAO", "ptPageRatingDAO"); addConstructorDependency("ptPageRatingDAO", "ceData_2_0", "cedata"); addConstructorDependency("ptPageRatingDAO", "csContent_2_0", "csContent"); addConstructorDependency(appBeanName, "ptPageRatingDAO","DAO"); // Dependencies from ADF 2.x lib component versions addConstructorDependency(appBeanName, "scripts_2_0", "scripts"); addConstructorDependency(appBeanName, "forms_2_0", "cedata"); addConstructorDependency(appBeanName, "csSecurity_2_0", "csSecurity");