I've released an updated version of CFScaffold, as well as updated examples at http://www.clarke.ca/cfscaffold/examples.
Entries Tagged as ORM
New CFScaffold release: 201100510
May 10, 2011 · 4 Comments
→ 4 CommentsTags: CFScaffold · ColdFusion · Hibernate · ORM · Railo
A workaround for "ids for this class must be manually assigned before calling save()"
January 12, 2011 · 4 Comments
Here's a workaround to getting an "org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save()" error in ColdFusion 9. This happens when you try to create an ORM object in your Microsoft SQL Server database to a table that is using a uniqueidentifier primary key.
→ 4 CommentsTags: ColdFusion · ORM
CFScaffold: Zero-config ORM CRUD Scaffolding for CFML
January 04, 2011 · 2 Comments
CFScaffold is a drop-in, zero configuration CRUD/scaffolding tool for CFML. It reads the metadata in your ORM objects and uses this information to create list/create/read/update/delete capability for all of your objects. CFScaffold is available as a free open source download.
→ 2 CommentsTags: CFScaffold · ColdFusion · Hibernate · ORM · Railo