On 8/16/06, Marc Funaro <[EMAIL PROTECTED]> wrote:
And, I just saw an example where the cfc's are invoked directly from the controller circuit xml file. This would seem to be one step ABOVE placing them in a model circuit file... is this recommended at ALL?
I do that and I think Brian Kotek does too. Maybe quite a few of us do.
1. in act files, called using a model circuit xml file.
Seems pointless complexity to me.
2. using <invoke> in the model circuit xml file, or
Seems redundant.
3. using <invoke> directly in the controller circuit xml file.
My preference.
It seems that if you are going to use true MVC pattern, #3 is totally out,
Why? Your controller talks to your model.
and #2 is iffy, based on what Simeon said - that without using act files,
Why?
Am i splitting to many hairs yet? :)
You're definitely over-thinking the problem, in my opinion. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
