Example Number 1.2

Example Name: HelloWorld.cfc

Language: CFML

Version: 1.0.0

Code:

<cfcomponent>
   <cffunction name="sayHello" access="remote" returntype="string">
      <cfreturn "Hello World from ColdFusion Component" />
   </cffunction>
</cfcomponent>

Download code text

Download chapter example files