First, you need to understand that there are different kinds of frameworks. There are controller frameworks (such as MG, M2, FB, CB, etc), DI/ioC frameworks (CS and LW) and ORM frameworks (Reactor, Transfer and oB).
I like ColdBox for my controller framework (most documented, and suites my programming style the best), LightWire (LW) for my DI/ioC framework (gives you the flexibility of switching over to CS later down the road if you like using an XML config), and since I am on BlueDragon I am not using any ORM frameworks, but I can't wait for Nic Tunney to update objectBreeze to v2 - once he does I will be adopting it. In general, controller frameworks provide a solution to the same problem, DI/ioC frameworks provide a solution to another problem, and ORM frameworks provide a solution to yet another problem. How they are configured and some of their features may very. HTH, Aaron ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278475 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

