Agreed.

You pop over to community and say hi.
-----Original Message-----
From: Brian Kotek [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 10, 2007 12:04 PM
To: CF-Talk
Subject: Re: Splitting UI and Data

Er, you think THAT is less complicated than Fusebox?

Look, I know the frameworks can seem daunting at first, but they really
aren't. In fusebox, what you're asking about can be done as simply as:

<fuseaction name="showProduct">
      <set name="product" value="#application.productService.getProductByID(
attributes.productID )#" />
      <include template="dspProduct" />
</fuseaction>

And then the query or object named "product" is available in your
dspProduct.cfm file. It doesn't get much easier than that. To be honest, all
of the HTML front-controller frameworks work pretty similarly but with
different syntaxes. In my opinion, by far the most challenging (and fun)
part is building the model, which is a totally separate topic and can get
extremely complex depending on the needs of the application.



On 10/10/07, Morten Kruse <[EMAIL PROTECTED]> wrote:
>
> I do think that I will program it by myself. I like to be in controle.
> This Best practice from Benorama looks very good.
> http://www.benorama.com/coldfusion/index.htm
> Therfore I think that I will try this first.
> If everything fails with that I will use Fusebox.
> But I do not like it. Maby if I get more into it I will.
> Any one that have any expirence?
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290797
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to