Akbarsait's Blog

Recent Blog Entries by Akbarsait

CFWheels and ORM

Object Relation mapping is one of the key feature in CFWheels. CFWheels makes things easier to start using ORM in your applications. The ORM configuration in CFWheels is implemented by creating a mapping between a database table and ColdFusion component in your application. To demonstrate ORM feature lets create a simple use case that list the available categories in a table with edit and delete links along a with add new category option.

Installing CFWheels 1.0

ColdFusion on Wheels 1.0 a production ready version hits the web today. To be frank I haven't tried it before and just want to understand its specific features over the other frameworks available for ColdFusion. So I have downloaded and installed it in my system. It's really simple to install CFWheels without worrying about setting any configuration variables that's one of its features as well. So without delay here is the simple 3 steps installation of CFWheels 1.0 framework in Windows with IIS.