// Call the Service to get text var retText = variables.starterAppService.getSampleText(); // Call the DAO to get some more text retText = retText & " " & variables.starterAppDAO.getData(); // Return the constructed string return retText;