Re: Why we have our own SAXParser interface?

2007-05-02 Thread Grzegorz Kossakowski
Carsten Ziegeler napisał(a): > Yes, I think so - at least for new code we should use the new interfaces. > Actually I forgot the main reason for the new stuff :) The Avalon > version is pooled which does not fit nicely into the bean approach (and > Spring); we have supported for pooling Avalon com

Re: Why we have our own SAXParser interface?

2007-05-01 Thread Carsten Ziegeler
Grzegorz Kossakowski wrote: Carsten Ziegeler napisał(a): The main reason was to have a simple bean based implementation that is not tied to Avalon/Excalibur. The sax parser is one of our core components so having this inside Cocoon makes sense and reduces dependencies while at the same time

Re: Why we have our own SAXParser interface?

2007-04-30 Thread Grzegorz Kossakowski
Carsten Ziegeler napisał(a): The main reason was to have a simple bean based implementation that is not tied to Avalon/Excalibur. The sax parser is one of our core components so having this inside Cocoon makes sense and reduces dependencies while at the same time allows refactoring the stuff to

Re: Why we have our own SAXParser interface?

2007-04-30 Thread Carsten Ziegeler
Grzegorz Kossakowski: Hi, I wonder why we have org.apache.cocoon.core.xml.SAXParser interface that is equally the same as org.apache.excalibur.xml.sax.SAXParser? Carsten, why did you introduce our own interface? The main reason was to have a simple bean based implementation that is not t

Why we have our own SAXParser interface?

2007-04-30 Thread Grzegorz Kossakowski
Hi, I wonder why we have org.apache.cocoon.core.xml.SAXParser interface that is equally the same as org.apache.excalibur.xml.sax.SAXParser? Carsten, why did you introduce our own interface? -- Grzegorz Kossakowski