Typically, you're not coding *again* in Fusebox. Rather, you're taking the existing HTML form and inserting whatever CF you need to make it dynamic. Because so much of the application is defined through the iterative process of creating the prototype, I try to avoid thinking in terms of application architecture *at all* during this phase. The architectural analysis happens after the prototype is established. This allows me to make architectural decisions (like whether the use of a given MVC style is even appropriate for the project at hand) at an appropriate point in the development cycle, rather than locking into architectural decisions before we even begin.
All that said, every shop has their own local approaches. If you're working in an environment that is committed to using a particular MVC style on every project, then it would make sense to create a design approach that leverages that factor. - Jeff On 11 Jun 2002 at 12:05, Michael Rahmn wrote: > For those interested in MVC, would a logical approach be to create the > prototype in fusebox, limiting yourself to ONLY "V"iews - you then get the > benefit of reuse of html and js and css and nested layouts... > > Then, after signoff, finish the architechture for the "MC" and database > design?? Then you just repoint your XFAs so that instead of going direct > from VtoV they go VtoC ?? > > My html guys know CF and want the benefits of fusebox - I'm struggling > convincing them that coding once in html and then again in cf (for say, a > form), will SAVE them time in the long run. > > -- > Michael Rahmn > > -----Original Message----- > From: Troy Murray [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 2002 10:32 AM > To: [EMAIL PROTECTED] > Subject: RE: FLiP and Prototyping > > Yes, absolutely! The prototype will be the whole application once I'm > done. The only thing the prototype doesn't have are the CFML code for > the "database hooks". Otherwise, everything else is in there, all of it > and if it's not it won't be in the final version. All HTML, all > JavaScript, all CSS, all images. > > ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
