Grzegorz Kossakowski pisze: <snip/> > I've been thinking about generic but at the same time type-safe pipelines for > some time. I've designed them on paper and > everything looked quite promising. Then moved to implementation of my ideas > and got rather disappointing result which > can be seen here: > http://github.com/gkossakowski/cocoonpipelines/tree/master > > The most interesting files are: > http://github.com/gkossakowski/cocoonpipelines/tree/master/src/org/apache/cocoon/pipeline/Pipeline.java > (generic and > type-safe pipeline interface) > > http://github.com/gkossakowski/cocoonpipelines/tree/master/src/org/apache/cocoon/pipeline/PipelineComponent.java > (generic and type-safe component def.) > > http://github.com/gkossakowski/cocoonpipelines/tree/master/src/org/apache/cocoon/pipeline/demo/RunPipeline.java > (shows how to use that thing)
Argh, GitHub seems to have some problems with displaying uploaded repositories. Here are new links: http://github.com/gkossakowski/cocoonpipelines2/tree/master/src/org/apache/cocoon/pipeline/Pipeline.java http://github.com/gkossakowski/cocoonpipelines2/tree/master/src/org/apache/cocoon/pipeline/PipelineComponent.java http://github.com/gkossakowski/cocoonpipelines2/tree/master/src/org/apache/cocoon/pipeline/demo/RunPipeline.java I hope that this time they will work for a little bit longer. -- Best regards, Grzegorz Kossakowski
