<#assign className = table.className>   
<#assign classNameFirstLower = className?uncap_first>
<#assign underscoreName = table.underscoreName/>
<#assign classNameLowerCase = className?lower_case/>

///////////////////////////
// ${className} readme
///////////////////////////
	//copy follow code to appcommon.flex.GlobalControler.as

			import ${basepackage}.${underscoreName}.${className}Register;
	
			// ${className} event and command mapping
			${className}Register.initialiseCommands(this);

	//copy follow code to appcommon.flex.Services.mxml

	<!--${classNameFirstLower}Service-->
	<mx:RemoteObject id="${classNameFirstLower}Service"
					 destination="${classNameFirstLower}Service"
					 endpoint="../messagebroker/amf"
					 showBusyCursor="true"/>



// generator-insert-location