--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+u...@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at http://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/groups/opt_out.
--
Also, wheels ORM is not any ORM. It has convention and dynamic methods that shrink your codes significantly compared to stored procedure.
One more to add. One can argue that ColdFusion is only a client, because the database has also Java or PHP clients, for example.
In that case, it might make sense to move all important codes into stored procedure.
But this style is so 70's and not fun. Modern SOA architecture prefers object oriented language to write the core domain. And the let any other clients connect via custom REST API, for example.
Personally, myself, I will go with the team. If they prefer database as the center, so be it. Otherwise, cfwheels models will be the center.