Exercise List: Integrating The Domain Model Into The ColdFusion Code

<cfset REQUEST.Exercise = APPLICATION.ServiceFactory.GetService(
	"ExerciseService"
	).Read(
		REQUEST.Attributes.id
		)
	/>

For Cut-and-Paste