Return-Path: Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 5911 invoked from network); 2 Mar 2001 20:33:52 -0000 Received: from unknown (HELO cupid.suninternet.com) (postfix@64.31.131.243) by h31.sny.collab.net with SMTP; 2 Mar 2001 20:33:52 -0000 Received: by cupid.suninternet.com (Postfix, from userid 1001) id 466F98575; Fri, 2 Mar 2001 15:33:51 -0500 (EST) Date: Fri, 2 Mar 2001 15:33:51 -0500 (EST) From: "Joseph B. Ottinger" X-Sender: joeo@cupid.suninternet.com To: taglibs-dev@jakarta.apache.org Subject: Re: PROPOSAL: tag pipelining In-Reply-To: <3A9FC855.198F93A1@sun.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N It's not really similar except it's a mechanism that I use to decouple tags from internal attributes. Some months ago, it occurred to me that setting ta attributes via scriptlets was ugly and non-orthogonal; it's also slightly limiting. So all of my recent taglibs have placed an emphasis of dynamic data being placed either in an attribute (where it can be set via scriptlet or statically) or via an external tag, where the full brunt of JSP can be brought to bear on it. The external tags are something JSR-053 is paying some attention to (in that they, too, want a ), but I'm not really chaining the same way the current discussion is referring to. On Fri, 2 Mar 2001, Pierre Delisle wrote: > Joe, > > How about you tell us where you fill this is similar. > That would help start the discussion. > > -- Pierre > > "Joseph B. Ottinger" wrote: > > > > Pardon me if I've missed a lot of this - and I have - but isn't this > > similar to something I'm already doing in the transform tags available > > from http://epesh.com/transformtags.jsp? > > > > On Fri, 2 Mar 2001, Pierre Delisle wrote: > > > > > James Strachan wrote: > > > > I was going to go ahead and port the xsl library to the new pipeline model > > > > as a demonstration but I think I'll hold off until I've mailed the new http > > > > tag library first - I've a feeling we may be doing similar things at the > > > > same time. > > > > > > James, > > > > > > Agree. Take a look at my last email. Let's have a last round of negotiation, > > > and as you suggest let's apply to both http and xsl as demonstrations of the model > > > (if you need help I can take the xsl tag). > > > > > > Once armed with solid use cases, I think we'll be in good shape for a final :-) formal > > > proposal... > > > > > > [iotransformer is interesting in that I'll probably break it up to provide > > > point "datasource" tags... more on it later...] > > > > > > -- Pierre > > > > > > > ----------------------------------------------------------- > > Joseph B. Ottinger joeo@epesh.com > > http://epesh.com/ IT Consultant > ----------------------------------------------------------- Joseph B. Ottinger joeo@epesh.com http://epesh.com/ IT Consultant