If you want to give it a try and need any help, give me a holler. I've got the basics down pretty well and have basic DI working for injecting my models into my service layer and such. I have not gotten to writing interceptors or plugins yet but I see an interceptor in my near future.
Judah On Thu, Jun 11, 2009 at 10:11 AM, Scott Stroz<[email protected]> wrote: > > I have tried to give Coldbox a try a few times and I find myself > getting frustrated and stopping. > > On Thu, Jun 11, 2009 at 1:03 PM, Judah McAuley<[email protected]> wrote: >> >> On Thu, Jun 11, 2009 at 9:35 AM, Scott Stroz<[email protected]> wrote: >>> >>> cfml is not a framework..sorry...not even close >>> >> >> Agreed, cfml is not a framework. As evidenced by the fact that you can >> write cfml procedurally or OO, you can do everything in custom tags, >> you can mix presentation and business logic or separate them, on and >> on. >> >> For years, I used a home grown procedural framework using some of the >> ideas from an early version of Fusebox. It worked quite well and I did >> a lot of projects in it and made clients happy. >> >> I've now switched over primarily to OO-style CF development and I use >> Coldbox as a framework. I love the MVC pattern and the OO stuff is >> really clicking for me now. It took a lot of pondering to grok it but >> now that I have, I find my code is a lot tighter and easier to >> refactor. The refactoring is probably the biggest thing. >> Maintainability in a fairly large scale project is key, even if you >> are the only guy working on it. >> >> I'm not going to give a guy shit for being a procedural programmer. OO >> and Coldbox are just rocking my world right now and my code is better >> as a result. Your mileage may vary :) >> >> Judah >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:298312 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
