Re: Antwort: Re: Creating dynamic content using JSP like Tag implementation

2002-04-29 Thread Ivelin Ivanov
I am not sure that splitting it up in 10 classes would be necessarily cleaner. However I am open to suggestions. Ivelin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 8:28 AM Subject: Antwort: Re: Creating dynamic content u

Re: Antwort: Re: Creating dynamic content using JSP like Tag implementation

2002-04-29 Thread Ivelin Ivanov
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 6:47 AM Subject: Re: Antwort: Re: Creating dynamic content using JSP like Tag implementation > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > > From: "Konstantin Piroumian" <

Re: Antwort: Re: Creating dynamic content using JSP like Tag implementation

2002-04-29 Thread Konstantin Piroumian
From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > From: "Konstantin Piroumian" <[EMAIL PROTECTED]> > > > Anyway, I'd like to see your extension in scratchpad. > > > > Team, do we need a vote for this? > > There is no need for a vote to use the scratchpad. > That's why it's called scratchpad ;-) Ye

Re: Antwort: Re: Creating dynamic content using JSP like Tag implementation

2002-04-29 Thread Nicola Ken Barozzi
From: "Konstantin Piroumian" <[EMAIL PROTECTED]> > Anyway, I'd like to see your extension in scratchpad. > > Team, do we need a vote for this? There is no need for a vote to use the scratchpad. That's why it's called scratchpad ;-) -- Nicola Ken Barozzi [EMAIL PROTECTED]

Re: Antwort: Re: Creating dynamic content using JSP like Tag implementation

2002-04-29 Thread Konstantin Piroumian
> Hi, > > yes, I think you already described the benefits: > - Easily add new elements. > - Modular. > - No "if else" cascade in startElement and endElement. > - only one Transformer needed in a pipeline for different transformation. This also looks very similar to the TreeProcessor that

Antwort: Re: Creating dynamic content using JSP like Tag implementation

2002-04-29 Thread volker . schmitt
Hi, yes, I think you already described the benefits: - Easily add new elements. - Modular. - No "if else" cascade in startElement and endElement. - only one Transformer needed in a pipeline for different transformation. In our "WorldAccount" project we already had implemented a "TextTa

Antwort: Re: Creating dynamic content using JSP like Tag implementation

2002-04-28 Thread volker . schmitt
Ivelin, we have for the moment no implementation of a IteratorTag. I thought often about an implementation and I think that we can implement it similarly as in the current JSP Jakarta taglib Implemtierung (http://jakarta.apache.org/taglibs/). If you are interested, look at the current CVS "jaka