- The simplicity and complexity of ORM ()
Does Object Relational Mapping add simplicity or complexity? A newbie's perspective.
- Using <cfproperty> to create default CFC property values ()
How to set default component property values using CFPROPERTY without enabling ORM
- HQL SELECT clauses: watch out for whitespace characters ()
In ACF ORM, HQL SELECT clauses containing tabs or new line characters will cause an exception
- The simplicity of jQuery style generic getters and setters in ColdFusion Part 3 ()
Final post on making generic getters and setters in ColdFusion work like jQuery: further refinements - bulk setting and ensuring NULLs for ORM
- ColdFusion ORM by John Whish ()
Review of "ColdFusion ORM: A guide to developing applications using ColdFusion ORM" by John Whish
- ORM related entities in different databases ()
CF9.0.1 supports ORM entities with different data sources, but not relationships between them apparently. Here's a workaround.