Thanks for the info. All of this DTO/VO is at the edge of my knowledge which I am in the process of extending to understand all of the concepts. If I have the...
Dave, While I agree w/ Barney that in principle the view should not be applying business rules, I do not agree w/ the implementation he takes. I see no ... ...
... Hmm, as long as the business objects present a bean API, I think it's overkill to create yet another bean or even a struct simply to avoid the display...
... I think this is just fine. I think it's fine to be pragmatic about this. Being too "pure" in your OO approach can be a big obstacle to actually getting an...
... You're kind of missing the point. Your views need a thing that gives them access to data. That can be a CFC, a struct, even a WDDX packet. How you get...
Yes, we've only just released Fusebox 5.1 but we're already looking into the future and we want your feedback! Fusebox is a very stable, mature application...
Just to throw a little more gas on this fire let's not forget the truth assertion: CFC <> Object ;) I see this as further motivation to avoid creating an...
Thank you, Sean, Jeff, Kevin, Hal, et al, for Fusebox. It's really changed the way I develop web applications (for the better). And a HUGE thanks to Mike for...
... Have you checked a simple example of cfabort works as expected on both CFMX 6.1 and CFMX 7? Take the parsed file and cut it down to a simple example and...
Thanks, Ryan. It's always good to hear from enthusiastic supporters! I'm not sure I would want test harness generation built into the framework, since...
... Glad to hear from folks who love - and appreciate - Fusebox. ... Well, this is a thorny issue. A lot of people were *very* upset that Fusebox 4 wasn't...
... There's two sides to this question: testing fusebox itself and testing fusebox-based applications. I think the former is of great value, particularly with...
Anyone figured out how to get validation of custom lexicons? Or at the very least, stop having the core elements allow verbs and attributes from custom...
... Also have a look at the new assertions plugin I just checked in (and blogged about): http://trac.fuseboxframework.org/fusebox/browser/framework/trunk/ ...
... I agree that views should only call getters on business objects :) ... "bad" is subjective. I think it's perfectly acceptable to hand business objects to...
I'm more biased than I thought, I guess, because you're absolutely right, what I propose really is overkill for a lot of situations. This all stems from my...
You can't scaffold/mock an environment with assertions, which is what I was illustrating. Assertions can provide solid code-time (not test-time) validation to...
... Sure you can - you just need two fuseactions to do it: <fuseaction name="testSomething"> <!-- set up test environment --> <do action="assertedSomething"/> ...
Which is different from the test fuseactions that I outlined because.... However, if you're going to go through the work of setting up your tests via separate...
We are in the process of updating the Documentation and help on the Fusebox web site. I am creating a new library of sample applications and would appriate...
Kevin, of course my presentation code is available. That example uses ColdSpring and Reactor, as well as showing Fusebox, Mach-II and Model-Glue all using one...
As part of another project, for which I'll be asking for help from here, I plan to rewrite Jeff Peters' cfPetMarket (http://www.cfpetmarket.com/) Fusebox...
Do we have a link for the google docs pages as mentioned on http://trac.fuseboxframework.org/fusebox/wiki/DocumentationForReview ? ... -- Nick Tong web:...