RE: Serializer

2003-06-17 Thread Reinhard Pötz
Within Cocoon (within a serializer) you have all posibilities of Java and Java provides an interface for C functions AFAIK. Reinhard > -Original Message- > From: Oliver Egger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 5:44 PM > To: [EMAIL PROTECTED] > Subject: Serializer >

Re: Serializer and SitemapModelComponent

2002-11-27 Thread Paul Duffin
Carsten Ziegeler wrote: Paul Duffin wrote: Why is the Serializer not an instance of SitemapModelComponent when both generators and transformations are ? The following link shows a discussion which took place in April this year which seemed to indicate that this was going to be changed but u

Re: Serializer and SitemapModelComponent

2002-11-27 Thread Carsten Ziegeler
>Paul Duffin wrote: >Why is the Serializer not an instance of SitemapModelComponent when both >generators and transformations are ? > > > >The following link shows a discussion which took place in April this >year which seemed to indicate that this was going to be changed but >unfortunately it do

Re: Serializer and Xalan Bug

2002-09-19 Thread Enke, Michael
Frank Taffelt wrote: > > Hi, > > it seems that the Xalan-Bug > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5779 doesn't affect > current cocoon codebase. > > The current AbstractTextSerializer has a workarround for this which uses a > simple identity transform Stylesheet. This Solution se

Re: Serializer that writes to file

2002-07-10 Thread Andrew C. Oliver
Someone correct me if I' m wrong but... At the moment, I think you'll have to write an "Action" for this. AFAIK Serializers are currently tied to the response output stream. Personally, I think that cocoon should ultimately seperate the location concern and allow multiple serializers in a pip

Re: serializer sending gzip compressed html

2002-07-01 Thread Stefano Mazzocchi
Jens Lorenz wrote: > Well, IMHO there are still some cases where a GZIPSerializer might > be useful. But thanks to you Luca and Stefano for opening my eyes > for the world outside Cocoon. You are welcome. Anyway, I believe that a HTML-gzipping-serializer is a bad idea because is mixes concerns:

Re: serializer sending gzip compressed html

2002-07-01 Thread Jens Lorenz
- Original Message - From: "Luca Morandini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 4:51 PM Subject: RE: serializer sending gzip compressed html > Jens, > > maybe it is just me, but... what about web-server compression ?

RE: serializer sending gzip compressed html

2002-06-29 Thread Luca Morandini
Jens, maybe it is just me, but... what about web-server compression ? I suppose the web-server intercepts and compresses the output coming out of any servlet (as long as the servlet has not been called directly (i.e. ":8080"))... am I wrong ? Best regards, ---

Re: serializer sending gzip compressed html

2002-06-29 Thread Stefano Mazzocchi
Jens Lorenz wrote: > > Hi, > > since the issue has been raised on cocoon-users I've been > hacking on serializers which automatically gzip compress > the (cocoon) produced html before it is send to the browser > on the client side. > BTW: this should also reduce the size of the cache dir since >

RE: Serializer configuration, was: [status & RT] design challenges

2002-04-08 Thread Stefan Seifert
er would be an ugly hack. Stefan > -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 12:48 PM > To: [EMAIL PROTECTED] > Subject: Re: Serializer configuration, was: [status & RT] design > challenges > > >

Re: Serializer configuration, was: [status & RT] design challenges

2002-04-08 Thread Stefano Mazzocchi
Vadim Gritsenko wrote: > > > From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] > > > > Stefano Mazzocchi wrote: > > > > > > 1) serializers don't have full access to the component environment > > > and some want this to be changed > > > > > > > The major need is to be able to access the SourceRes

Re: Serializer configuration, was: [status & RT] design challenges

2002-04-06 Thread Sylvain Wallez
Vadim Gritsenko wrote: >>From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] >> >>Stefano Mazzocchi wrote: >> > > > >>>1) serializers don't have full access to the component environment >>>and some want this to be changed >>> >>The major need is to be able to access the SourceResolver. I haven't >>s

RE: Serializer needs to be a SitemapModelComponent ?

2002-03-17 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > From: "Sylvain Wallez" <[EMAIL PROTECTED]> > > > Please find below an answer I gave to a colleague on cocoon-users. After > > more thoughts, I think to have found a good example of a Serializer that > > could take advantage of both Parame

Re: Serializer needs to be a SitemapModelComponent ?

2002-03-16 Thread Nicola Ken Barozzi
From: "Sylvain Wallez" <[EMAIL PROTECTED]> > Please find below an answer I gave to a colleague on cocoon-users. After > more thoughts, I think to have found a good example of a Serializer that > could take advantage of both Parameters and SourceResolver... I have another need: I have a Seriali