Re: [cfaussie] Frameworks and MVC

2010-06-02 Thread Sean Corfield
On Tue, Jun 1, 2010 at 8:18 PM, Steve Onnis wrote: > we had a demo of FW/1 at our CFUG last week and even though yes it is > stripped down regarding the framework itself, you still had the folder > structure as in > > root > - views > - controller > > and so on, and just to get a simple output sti

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Zac Spitzer
with most of those frameworks you can specifiy the folders and re-use the same folders for model and views if you want, which is conveniant, but I have to say following common conventions for file systems is a really good thing at the same time. MVC is so much better than MVCX coldbox allows you

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Andrew Scott
Steve, You will find that the folders (Conventions) are a pain when you first try to get into MVC, but the best thing that an MVC framework offers is separation of the logic, views etc. It means you can switch the entire business logic out and provide a more robust API in Java, and have to do litt

RE: [cfaussie] Frameworks and MVC

2010-06-01 Thread charlie arehart
ooglegroups.com Subject: RE: [cfaussie] Frameworks and MVC Are you aware of FW/1? http://fw1.riaforge.org/ It is still MVC, but it's a single file. It's just not clear which is the bigger real pain for you, MVC or lots of files. :-) With FW/1, the two are no longer mutually incl

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Blair McKenzie
elying on files being in certain places > to be able to call them > > -- > *From:* charlie arehart [mailto:charlie_li...@carehart.org] > *Sent:* Wednesday, 2 June 2010 12:56 PM > > *To:* cfaussie@googlegroups.com > *Subject:* RE: [cfaussie] Fra

RE: [cfaussie] Frameworks and MVC

2010-06-01 Thread Steve Onnis
ps.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Tuesday, June 01, 2010 10:39 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Frameworks and MVC Conceptually i agree though i just dont want to use the folder structure that all of the MVC frameworks tend to use

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Mark Mandel
Peter, do we have a timeline for Railo 4? Mark On Wed, Jun 2, 2010 at 1:08 PM, Peter Bell wrote: > On Jun 1, 2010, at Tue Jun 1, 10:58 PM, Andrew Myers wrote: > > > It is extremely nice. Someone now just needs to write some rails style > command line scripts for it. I'd do it myself but I ha

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Andrew Myers
Tell me more? Is this like an REPL for cfscript? On Wed, 02 Jun 2010 13:08:37 +1000, Peter Bell wrote: On Jun 1, 2010, at Tue Jun 1, 10:58 PM, Andrew Myers wrote: It is extremely nice. Someone now just needs to write some rails style command line scripts for it. I'd do it myself but

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Peter Bell
On Jun 1, 2010, at Tue Jun 1, 10:58 PM, Andrew Myers wrote: > It is extremely nice. Someone now just needs to write some rails style > command line scripts for it. I'd do it myself but I have no idea how to. > :-)) Well, when Railo 4 comes out with command line integration it should be p

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Andrew Myers
I was thinking the same thing Charlie. It is MVC, but it doesn't feel like you're using MVC in some ways. It is extremely nice. Someone now just needs to write some rails style command line scripts for it. I'd do it myself but I have no idea how to. :-)) On Wed, 02 Jun 2010 12:55:

RE: [cfaussie] Frameworks and MVC

2010-06-01 Thread charlie arehart
ilto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Tuesday, June 01, 2010 10:39 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Frameworks and MVC Conceptually i agree though i just dont want to use the folder structure that all of the MVC frameworks tend to use. I like t

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Mark Mandel
o:* cfaussie@googlegroups.com > *Subject:* Re: [cfaussie] Frameworks and MVC > > Actually, Fusebox can be used non-mvc and my old, earlier Fusebox versions > code is all non-mvc. > > (I understand Mark's point, ie, request/response basically means that there > is an implied control

RE: [cfaussie] Frameworks and MVC

2010-06-01 Thread Steve Onnis
@googlegroups.com Subject: Re: [cfaussie] Frameworks and MVC Actually, Fusebox can be used non-mvc and my old, earlier Fusebox versions code is all non-mvc. (I understand Mark's point, ie, request/response basically means that there is an implied controller, model and view, even if this isn't

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread AJ Mercer
ad, >> just that i'm not a fan). I guess im looking for something that is more >> like a facade than an actual framework >> >> -- >> *From:* Mark Mandel [mailto:mark.man...@gmail.com] >> *Sent:* Wednesday, 2 June 2010 12:12 PM >>

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Peter Robertson
Actually, Fusebox can be used non-mvc and my old, earlier Fusebox versions code is all non-mvc. (I understand Mark's point, ie, request/response basically means that there is an implied controller, model and view, even if this isn't formalised.) Given that the latest Fusebox can be used without x

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread AJ Mercer
om] > *Sent:* Wednesday, 2 June 2010 12:12 PM > *To:* cfaussie@googlegroups.com > *Subject:* Re: [cfaussie] Frameworks and MVC > > I'm not 100% sure how a web app could be anything other than some form of > MVC, even one without a framework. > > When you say 'MVC&

RE: [cfaussie] Frameworks and MVC

2010-06-01 Thread Steve Onnis
ark Mandel [mailto:mark.man...@gmail.com] Sent: Wednesday, 2 June 2010 12:12 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Frameworks and MVC I'm not 100% sure how a web app could be anything other than some form of MVC, even one without a framework. When you say 'MVC', what do

Re: [cfaussie] Frameworks and MVC

2010-06-01 Thread Mark Mandel
I'm not 100% sure how a web app could be anything other than some form of MVC, even one without a framework. When you say 'MVC', what do you mean? Trying to work out what you want to avoid. Mark On Wed, Jun 2, 2010 at 12:09 PM, Steve Onnis wrote: > Is there a framework that does not use MVC?