// 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"); // Add the CS 11+ and ADF 2.7+ specific dependencies if ( ListFirst(server.ADF.csVersion,".") GTE 11 AND VAL(server.ADF.decimalVersion) GTE 2.7 ) addConstructorDependency(appBeanName, "gceRecord_1_0", "gceRecord");