Ugo Cei wrote: > > Il giorno 14/ott/04, alle 18:09, Vadim Gritsenko ha scritto: > > > Other question I have is what we are going to do with the component > > base we developed and depend on which currently resides in > excalibur > > repository. Should those be copied into Cocoon repository (and > > springified as needed?)? > > Things like the SourceResolver, you mean? I have already > "springified" > it and put it (or at least a simplified version of it) here: > http://svn.apache.org/repos/asf/cocoon/whiteboard/butterfly/src/java/ > org/apache/butterfly/source/ > Hmm, I'm a little bit concerned about compatibility here. I know it would be great to be independant from other projects in the core, but if you look at the sourceresolver in excalibur, the interfaces that are used there (SourceResolver, Source etc.) do not depend on Avalon (with the exception of the Component interface which is there by mistake :( ). So wouldn't it be better to at least use those interfaces, but provide just a new implementation? This would be more compatible than redoing everything. Just a thought.
Carsten