RE: [ACFUG Discuss] Tips for Analyzing an Application

2009-10-01 Thread Clarke Bishop
Subject: Re: [ACFUG Discuss] Tips for Analyzing an Application That's more organized than some of the apps I've seen recently :) There's been a push lately to leave MVC frameworks among some in the CF world, hence my last post. This was an excellent example of how MVCs if used correctly work

[ACFUG Discuss] Tips for Analyzing an Application

2009-09-30 Thread Clarke Bishop
I am trying to understand a pre-existing application so that I can extend it. My question is: What's a good way to attack this problem? Specifically I want to understand some parts of Mura so that I can modify and extend the functionality. Mura uses ModelGlue and Coldspring (And Fusebox for the

Re: [ACFUG Discuss] Tips for Analyzing an Application

2009-09-30 Thread John Mason
He is, thankfully, working on understanding a Model-Glue app. So I directed him to the ModelGlue.xml file which contains all the wiring (controller) logic to understand what's happening. This draws an important point for controller based frameworks and why most should use them. For someone

Re: [ACFUG Discuss] Tips for Analyzing an Application

2009-09-30 Thread shawn gorrell
Just draw a picture... http://www.netobjectives.com/PatternRepository/images/e/ea/Strangle1.JPG From: John Mason ma...@fusionlink.com To: discussion@acfug.org Sent: Wednesday, September 30, 2009 2:46:23 PM Subject: Re: [ACFUG Discuss] Tips for Analyzing

Re: [ACFUG Discuss] Tips for Analyzing an Application

2009-09-30 Thread John Mason
://www.netobjectives.com/PatternRepository/images/e/ea/Strangle1.JPG From: John Mason ma...@fusionlink.com To: discussion@acfug.org Sent: Wednesday, September 30, 2009 2:46:23 PM Subject: Re: [ACFUG Discuss] Tips for Analyzing an Application He is, thankfully