Re: [Design] JXTG 2.0 (Just say you're sorry!)

2004-12-02 Thread Miles Elam
? --- o0o --- Given this background, I was quite suprised when Miles Elam whent ballistic about that I mentioned the word taglib and draw conclsions about my intensions that are far and in several cases oposite from what I feel and have written anything about. Anyway, if you have better

Re: [Design] JXTG 2.0 (Just say no!)

2004-12-01 Thread Miles Elam
to the template for styling/formatting. Or am I alone in these feelings? Pretty interfaces being stuck in the middle of big balls of mud! - Miles Elam

Re: [RT] function sources

2004-11-24 Thread Miles Elam
On Nov 24, 2004, at 7:31 AM, Peter Hunsberger wrote: On Tue, 23 Nov 2004 12:16:16 -0800, Miles Elam [EMAIL PROTECTED] wrote: Yes. The src attribute is a String. What you do with that String has always been implementation dependent. It's just that the implementation has always (?) been to use

Re: [RT] function sources

2004-11-23 Thread Miles Elam
On Nov 23, 2004, at 12:23 AM, Leszek Gawron wrote: Miles Elam wrote: Try this on for size: map:match type=regexp pattern=document-(\d+) map:generate type=file src=mytemplate.jx/ map:transform type=jxtemplatetransformer src=getDocument({1})/ map:serialize type=xml/ /map:match Hmm what did you

EJB 3.0 in JBoss

2004-11-23 Thread Miles Elam
al.) No more home interfaces or abstract classes No more deployment descriptors (handled through annotations) - Miles Elam

Re: [RT] function sources

2004-11-23 Thread Miles Elam
On Nov 23, 2004, at 11:30 AM, Peter Hunsberger wrote: On Mon, 22 Nov 2004 16:44:24 -0800, Miles Elam [EMAIL PROTECTED] wrote: So what do you say to function sources? Interesting. Did you read my post yesterday on generic generators? I hadn't then. I just did. It looks like we're on the same

Re: [RT] function sources

2004-11-23 Thread Miles Elam
to be unique for each client request. So where does this variable injection occur? Behind the scenes in the flow interpreter itself or further up the chain closer to the flow function caller? - Miles Elam

[RT] function sources

2004-11-22 Thread Miles Elam
the answers to 1-3 are yes. I'm not familiar enough with 4 to make any comment. 5 I'll leave as an exercise for the reader. - Miles Elam

Re: [RT] A Groovy Kind of Sitemap

2004-07-28 Thread Miles Elam
, then why aren't we all jumping ship to Apache 2.0 filters? My $0.02 for what they're worth. I could be wrong. I've been wrong before on many occasions... - Miles Elam

USQL candidate? [Was Re: [RT] Connecting databases with Cocoon]

2004-02-25 Thread Miles Elam
Here's an idea I've been kicking around. Let's see what folks think of it. I'm only covering the non-Java-programmer crowd here. Programmatic access via EJB/Component is and should be done through Flow IMHO. For others, especially those with a more publishing and/or simple in-out

Databases in Flow

2003-11-28 Thread Miles Elam
this. - Miles Elam

Re: Future build (was RE: [Vote] Releasing 2.1.1)

2003-09-03 Thread Miles Elam
Jeff Ramsdale wrote: I expect the average new Cocoon user is also a Windows user (though I could be wrong). So why are the snapshots not in .zip format? FYI: WinZip supports tar.gz files just fine. - Miles Elam

Re: forced caching of volatile data

2003-08-27 Thread Miles Elam
Gianugo Rabellino wrote: Miles Elam wrote: If the Abstracts (AbstractGenerator, AbstractTransformer, etc.) were updated to reflect this, most folks using Cocoon would only have to do a recompile. Folks who implemented the interfaces directly (Generator, Transformer, etc.) would have more

Re: forced caching of volatile data

2003-08-27 Thread Miles Elam
, the merrier. - Miles Elam

Re: [RT] Improving Sitemap and Flowscript

2003-08-19 Thread Miles Elam
(...), a get* function intercepter catches it and then eventually passes the call down to whatever(...)? - Miles Elam

Re: Request URI in FOM [was: Re: How to use input modules in flow]

2003-08-14 Thread Miles Elam
What makes it more special than getRequestMethod(), the hostname, or reading cookie data? Those can be gathered in the sitemap and passed as parameters too can't they? Not arguing, just trying to figure out the distinction. - Miles Elam The FOM request does not contain a getRequestURI

Re: [RT] Views for readers

2003-08-14 Thread Miles Elam
Vadim Gritsenko wrote: Ummm... Quick question: What are the use cases for this that are not handled by existing methods? I mean, couldn't this be handled with an (as-yet unwritten) action? Matcher *does* exist: Heh heh... learning something new everyday. - Miles Elam

Re: [RT] Views for readers

2003-08-14 Thread Miles Elam
Sylvain Wallez wrote: Miles Elam wrote: In other words, the pipeline is full of side effects and dependant upon things happening behind the curtain (to use a Wizard of Oz reference). You'd be right in that it adds to the confusion. I agree with Vadim. This is obfuscation in exchange

Re: [RT] Views for readers

2003-08-14 Thread Miles Elam
. - Miles Elam