// App specific variables appBeanName = "ptComments"; // Load the APP Base addSingleton("#appComPath#App", appBeanName); // Load the STARTER APP service component addTransient("#appComPath#commentForms", "commentForms"); addConstructorDependency(appBeanName, "commentForms"); addSingleton("#appComPath#commentRender", "commentRender"); addConstructorDependency(appBeanName, "commentRender"); addSingleton("#appComPath#commentDAO", "commentDAO"); addConstructorDependency(appBeanName, "commentDAO"); // Dependecies from ADF Lib addConstructorDependency(appBeanName, "cedata_2_0", "cedata"); addConstructorDependency(appBeanName, "scripts_1_2", "scripts"); addConstructorDependency(appBeanName, "forms_1_1", "forms");