ColdFusion Driven Dojo - Part 2: Stores, Structs and Queries
Using ColdFusion to Data-Drive Dojo
One of the biggest contributions that ColdFusion (or any application server for that matter) offers Dojo is data access and manipulation. Dojo is a client-side technology and ColdFusion is a server-side technology - and where does data live? On the server.
So how do you get the data from the server shoehorned into a format that
works well with Dojo? You just cram all your data into a JavaScript object
and you're good to go.
Well - it's almost that easy...

