RE: Can cocoon write pdf to a file?

2002-08-16 Thread ROSSEL Olivier
nds the mail (may be with the URL where the PDF can be found). -Message d'origine- De: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] Date: vendredi 16 août 2002 17:05 À: '[EMAIL PROTECTED]' Objet: RE: Can cocoon write pdf to a file? well, I don't remember who s

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? well, I don't remember who started the thread, not me though :) I'll also need some sort of solution with large PDF files. The idea is that you come and launch report, and given a URL to check it later (when PDF is ready). The URL would

RE: Can cocoon write pdf to a file?

2002-08-16 Thread ROSSEL Olivier
> > on the other hand, having the caching configured properly > > would probably > > solve the problem too. > > Wait, this last statement makes it sound like you are only interested > in keeping the results cached to reduce load. If that is the case, > use cocoon caching - it will automatic

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Geoff Howard
> -Message d'origine- > De: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > Date: vendredi 16 août 2002 16:40 > À: '[EMAIL PROTECTED]' > Objet: RE: Can cocoon write pdf to a file? > ... > on the other hand, having the caching configured properly &

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? ok, I'll check that, thanks > -Original Message- > From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 10:43 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Can cocoon write pdf to

RE: Can cocoon write pdf to a file?

2002-08-16 Thread ROSSEL Olivier
ED]' Objet: RE: Can cocoon write pdf to a file? I still don't see how this will work with PDF. PDF comes only from FOPSerializer. the last step in the pipeline. So, if you want to write its result on the disk, how can SWT be useful? I thought, maybe it makes a sense to have a special

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Geoff Howard
002 10:35 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Can cocoon write pdf to a file? > > > Sure. > The main pipeline continues but the portion of XML > corresponding to the SWT has been replaced by the result > of the SWT step. > > Input: &g

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? I still don't see how this will work with PDF. PDF comes only from FOPSerializer. the last step in the pipeline. So, if you want to write its result on the disk, how can SWT be useful? I thought, maybe it makes a sense to have a special ty

RE: Can cocoon write pdf to a file?

2002-08-16 Thread ROSSEL Olivier
-Message d'origine- De: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] Date: vendredi 16 août 2002 16:26 À: '[EMAIL PROTECTED]' Objet: RE: Can cocoon write pdf to a file? isn't there to be a serializer after the transformer in the pipeline? > -Original Message

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? isn't there to be a serializer after the transformer in the pipeline? > -Original Message- > From: Geoff Howard [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 10:22 AM > To: '[EMAIL PROTECTED]' >

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Geoff Howard
> > Yes! you want SourceWritingTransformer from Cocoon 2.1 dev. > > There is a > > parameter to tell it how to serialize the output. It writes > > to a file > > on the local hard drive. > > SWT can have its own serializer? What a great stuff! > Is this feature available in the scratchpad of

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? thanks, I've seen it mentioned earlier. > -Original Message- > From: Geoff Howard [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 10:12 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Can cocoon write

RE: Can cocoon write pdf to a file?

2002-08-16 Thread ROSSEL Olivier
> Yes! you want SourceWritingTransformer from Cocoon 2.1 dev. > There is a > parameter to tell it how to serialize the output. It writes > to a file > on the local hard drive. SWT can have its own serializer? What a great stuff! Is this feature available in the scratchpad of C2.0.3? --

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Geoff Howard
w to serialize the output. It writes to a file on the local hard drive. Geoff > -Original Message- > From: Terry Anderson [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 9:44 AM > To: [EMAIL PROTECTED] > Subject: RE: Can cocoon write pdf to a file? >

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? will this code get .pdf file over HTTP? if yes, then wouldn't it be more efficient if instead of that, you somehow directly write on the hard disk without loading a Web server? > -Original Message- > From: Terry Anderson [ma

RE: Can cocoon write pdf to a file?

2002-08-16 Thread Terry Anderson
} } System.out.println("* FILE CREATED: "+fileName+" *"); SITEMAP.XMAP : -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Derek Hohls
]] Sent: Thursday, August 15, 2002 2:07 PM To: '[EMAIL PROTECTED]' Subject: RE: Can cocoon write pdf to a file? you should check the archives - i'm pretty sure this has been answered a lot. Think you'll want SourceWritingTransformer from Cocoon 2.1 dev (cvs check out fr

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Terry Anderson
t: RE: Can cocoon write pdf to a file? you should check the archives - i'm pretty sure this has been answered a lot.  Think you'll want SourceWritingTransformer from Cocoon 2.1 dev (cvs check out from HEAD)   Geoff -Original Message-From: kyle koss [mai

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Geoff Howard
you should check the archives - i'm pretty sure this has been answered a lot.  Think you'll want SourceWritingTransformer from Cocoon 2.1 dev (cvs check out from HEAD)   Geoff -Original Message-From: kyle koss [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 15, 2002 1:54 PMT

Re: Can cocoon write pdf to a file?

2002-08-15 Thread Justin Fagnani-Bell
Because what happens when someone then wants to do the same thing with a GIF, or HTML, or SWF? An action that writes any resource to a file can be reused in different circumstances. Justin On Thursday, August 15, 2002, at 01:46 PM, Argyn Kuketayev wrote: > > I can't think of any way to do th

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Argyn Kuketayev
Title: RE: Can cocoon write pdf to a file? > I can't think of any way to do this with the included Cocoon > components, why not to change FOPSerializer? e.g. make it write the file on hard disk, then in the output stream will be only the URL to that file?

Re: Can cocoon write pdf to a file?

2002-08-15 Thread Justin Fagnani-Bell
On Thursday, August 15, 2002, at 10:53 AM, kyle koss wrote: > Is it possible for Cocoon to do an XML+XSL -> PDF transformation, but > instead of serving the PDF into the browser, writing it to a file? > > What I would like to do is, take information entered into a form on a > jsp page, turn it

RE: Can cocoon write pdf to a file?

2002-08-15 Thread Argyn Kuketayev
what for?     -Original Message-From: kyle koss [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 15, 2002 1:54 PMTo: [EMAIL PROTECTED]Subject: Can cocoon write pdf to a file? Is it possible for Cocoon to do an XML+XSL -> PDF transformation, but instead of serving the

Re: Can cocoon write pdf to a file?

2002-08-15 Thread Ross Gardler
kyle koss wrote: > Is it possible for Cocoon to do an XML+XSL -> PDF transformation, but instead of >serving the PDF into the browser, > writing it to a file? You can from the command line (I think the following will work (although I have never used it): java -cp [classpath] org.apache.cocoo