// App specific variables appBeanName = "paperbook"; // Get the com path for the current custom application appComPath = getComPathForCustomAppDir(GetCurrentTemplatePath()); // Load the APP Base addSingleton("#appComPath#App", appBeanName); addSingleton("#appComPath#pbService", "pbService"); addConstructorDependency(appBeanName, "pbService", "pbService"); // Dependecies from ADF Lib addConstructorDependency(appBeanName, "scripts_1_0", "scripts"); addConstructorDependency(appBeanName, "json", "json");