Instead of borrowing ideas from CF custom tags, could you just use custom tags? What I'm thinking is the parser might translate your verbs to custom tag calls...
... I agree with Barney. Shared libraries are great. But why should two applications share the same /copy/ of a library? Because it saves disk space. That was...
I should say that I don't consider my rant an argument for removing the feature. I think it's a great feature and has great utility in certain situations. For...
... In order to do that, the parser would need to translate XML first to custom tag calling code like the above and then execute that, just to generate the...
... Well, yes and no. Today, custom verbs are executed just once for those forms because XML requires the close tag. CFML is not XML and so it has a...
... Bear in mind that no one is *forcing* you to not put the core files in each app directory. You can still do that with FB41 and you'll still be able to do...
Oh, I know. I wasn't saying you (or anyone else) should or shouldn't. Just voicing an opinion, and supplying the reasoning behind it. It would be folly to...
... Yes, that's exactly what I had in mind. It is a little unorthodox, isn't it? That doesn't bother me. Does it bother you? ... What do you do when you check...
... Maybe you can kill two birds with one stone. <barney.tag> -- works the old, unofficial FB 4.1 way <barney:tag> -- works the new, official FB5 way Then you...
... Yes, it's a very ugly translation process that adds an entire other layer above and beyond either how today's core files work or how the Fusebox 5 core...
You got me, Sean. I haven't written any custom lexicons in FB4. I couldn't find any documention on the subject, and what knowledge I have was obtained from...
... LOL! Thanx for that vote of approval Patrick :) Sean A Corfield An Architect's View -- http://corfield.org/ "I have always wished that my computer would be...
... Yeah, and that's really, really hard to follow as far as custom verbs are concerned... :( ... I'll make sure there is some for Fusebox 5 when we have it...
... You must have been eavesdropping on the conversation Barney and I were having in IM today... or maybe you are Barney in disguise? Barney and I settled on...
... Dude, you need to come look at some of the code I have to deal with every day. Thanks for the examples. They look pretty much the way I expected them to...
If the custom lexicon remains declarative in fusebox.xml, then it would be better to just "insert" the namespace declaration as you describe for all such...
... Well, you can't insert a declaration for foo if the circuit already defines one. I was proposing inserting all of the lexicons anyway - except for those...
Folks, Apparently I'm late to the party since I just saw the reference to this in Sean's blog today :) But that aside, is there a concise statement of the...
I think the main goal is to rewrite the core. Sean asked about feature requests but stated they're not planning on adding a lot of new features to this...
... Patrick gave a pretty good summary - thanx Patrick! ... Here is the current list - axiom means a basic principle behind the release, P1 means priority 1,...
Hey guys. I'm sure you've heard this before, but the problem many people have when evaluating the fusebox framework is the fact that everything still runs from...
Hi all, I've also found that going from development mode to production mode is fine, but to switch back into development mode I'm in the routine of deleting...
... You mean beyond the fusebox.load= / fusebox.parse= / fusebox.password= stuff? What parts of that current machinery do not work when switching from prod...
... Does adopting SES URLs solve the IIS problem? /index.cfm/fuseaction/circ.act/param/value If so, that is trivial to implement any way you want - see my blog...
... Yes. I'll take a closer look at the framework this weekend and try to isolate the problems I've had. Has anyone else experienced issues with caching when...
What? Fusebox only suitable for intranets? Someone had better tell those responsible for the thousands of Fusebox sites out there! ;) puc_covelli wrote: and so...
... Yes. This is common for us. We go ahead and run a batch script everytime we switch that clears the parsed directories, cfclasses directories, and restarts...