> I personally > understood the string of controller frameword initials you threw down, > but for someone asking what to use two-letter initials probably don't > help much.
Chris, I realize that, but I didn't care to "promote" all of the frameworks I mentioned so I only explained the ones was advocating. A controller framework at a basic level solves the problem needing a mechanism for routing actions to their corresponding events. A DI/ioC solves the problem of one class depending on another class or property for proper initialization by injecting those classes or properties into the class. An ORM solves the problem of needing to compose your objects. I know those are vague explanations, but hopefully they will get you started in the right direction. @Neil & Charlie - Thank you for expanding those! -Aaron ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278516 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

