<!--- Create an object with the mapping. ---> <cfset objTest = CreateObject( "component", "com.Test" ) /> <!--- Test component method.. ---> <cfoutput> #objTest.Test()# </cfoutput>