RE: Return BLOB Value / redesigned DatabaseReader / a NO thank-you to Cocoon-developers

2002-07-28 Thread Sascha Kulawik
onse.setDateHeader("Expires", 0); // out is the outputstream to write your blob data to. ((OutputStream)out).write('The blob data'); }} catch (Exception e) {throw new ProcessingException("Error in reader: "+e);}} public String getMimeType() {return

RE: Return BLOB Value / redesigned DatabaseReader / a NO thank-you to Cocoon-developers

2002-07-28 Thread Vadim Gritsenko
Sascha, Do you want to submit a patch to DatabaseReader documentation? Vadim -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 6:08 AM To: [EMAIL PROTECTED] Subject: RE: Return BLOB Value / redesigned DatabaseReader / a NO thank-you

RE: Return BLOB Value / redesigned DatabaseReader / a NO thank-you to Cocoon-developers

2002-07-28 Thread Sascha Kulawik
Title: RE: Return BLOB Value / redesigned DatabaseReader / a NO thank-you to Cocoon-developers Hello Vadim, Yes, I could make a diff from my sourcefile and documentate all those things in the JavaDoc manner. Do you can transmit this to the dev-list or would there be an interest

RE: Return BLOB Value / redesigned DatabaseReader / a NO thank-you to Cocoon-developers

2002-07-28 Thread Vadim Gritsenko
] Subject: RE: Return BLOB Value / redesigned DatabaseReader / a NO thank-you to Cocoon-developers Hello Vadim, Yes, I could make a diff from my sourcefile and documentate all those things in the JavaDoc manner. Do you can transmit this to the dev-list or would there be an interest for it ? Sascha

Re: Return BLOB Value

2002-07-27 Thread Jeroen ter Voorde
Title: Return BLOB Value You can use a Reader to implement this (That's what i did). (Stripped) Example: public class Reader extends AbstractReader implements Poolable, Composable { Request request = null;Response response = null;Context context = null;ComponentManager manager = null