calling template UserService.cfc component { writeOutput("Hello From User Service"); public UserService function init(){ return this; } } PersonService.cfc Hello From PersonService