// 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"); // Dependencies from ADF Lib addConstructorDependency(appBeanName, "scripts_2_0", "scripts"); addConstructorDependency(appBeanName, "cedata_3_0", "cedata"); addConstructorDependency(appBeanName, "forms_2_0", "forms"); addConstructorDependency(appBeanName, "csSecurity_2_0", "csSecurity");