What do people normally name CFCs that contain business logic (or rules)? For instance, I have a bean CFC and a DAO CFC for a particular business object. I want to contain all the logic that gets executed on that bean instance in a CFC so that it's isolated and easy to find/maintain.
I was thinking along these lines, but wanted to get an idea of what other people use for naming the business rules CFC. objectName.cfc > bean objectNameDAO.cfc > DAO objectNameBR.cfc > Business Rules This is strictly a "hand-built" app at this point. No frameworks are involved (hopefully will be in the next version). Thanks for you thoughts, Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299410 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

