ColdFusion 8 Application Specific Mappings Work With The CFComponent Extends Attribute

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

For Cut-and-Paste