Re: pipeline component

2012-03-08 Thread Jos Snellings
Thanks Robby & Francesco! That been said, the use case is a bit special. In my case the sitemap would have gone involved. I did not split it up and here's what I did: public class mycomponent implements Starter, Finisher { ZipOutputStream zip_out = new ZipOutputStream(outputStream); compose

Re: pipeline component

2012-03-08 Thread Francesco Chicchiriccò
alizer ..the only problem is that ZipSerializer still needs to be ported to C3 :-( > -Original Message- > From: Jos Snellings [mailto:jos.snelli...@pandora.be] > Sent: Thursday, March 08, 2012 1:50 PM > To: users@cocoon.apache.org > Subject: Re: pipeline component > > H

RE: pipeline component

2012-03-08 Thread Robby Pelssers
tever on-the-fly generated files you need. Done it, liked it, never looked back ;-) Robby -Original Message- From: Jos Snellings [mailto:jos.snelli...@pandora.be] Sent: Thursday, March 08, 2012 1:50 PM To: users@cocoon.apache.org Subject: Re: pipeline component Hi, Thanks, so far

Re: pipeline component

2012-03-08 Thread Jos Snellings
Hi, Thanks, so far. The content of the zip file is: - a pdf - one to 5 excel files - an xml (SKOS) A pipeline with one component that is starter and endpoint. I will see what I can come up with and let the group know. Jos -

Re: pipeline component

2012-03-08 Thread Jos Snellings
Hi Francesco! I am running 3! Jos On 03/08/2012 12:20 PM, Francesco Chicchiriccò wrote: On 08/03/2012 11:44, Jos Snellings wrote: Hi ! Hi Jos: first of all, which version are you running? Question: * a web form controls the generation of a report * the report comes as a .zip download Wh

RE: pipeline component

2012-03-08 Thread Robby Pelssers
Hi Jos, I know you're using C3. But your requirements are not yet completely clear to me. So the user fills in some form and on submit some pipeline is invoked that generates some report. Is that report XML, PDF, or plain XHTML? And instead of sending that report to the browser you want it zi

Re: pipeline component

2012-03-08 Thread Francesco Chicchiriccò
On 08/03/2012 11:44, Jos Snellings wrote: > Hi ! Hi Jos: first of all, which version are you running? > Question: > * a web form controls the generation of a report > * the report comes as a .zip download > > What sitemap component should be created for this report generator? > (in fact it shou