[RT]: Caching

2001-11-09 Thread Carsten Ziegeler
The current caching implementation of Cocoon is a ever or never approach. This means you can either turn on caching for the whole site or turn it off. (However turning on caching does not mean that everything is cached. This depends of course on the used sitemap components etc.). I see two main

RE: [RT]: Caching

2001-11-09 Thread Carsten Ziegeler
Oh, I forgot one problem: using java extensions in a stylesheet is also not cache-safe! Carsten -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 9:32 AM To: Cocoon-Dev Subject: [RT]: Caching The current caching implementation

RE: [Patch] incremental processing

2001-11-09 Thread Morrison, John
Did you see any speed increases? J. -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Friday, 09 November 2001 7:34 am To: Cocoon-Dev Subject: RE: [Patch] incremental processing Hi, I looked and tested it a little bit. As there seem to be no

RE: [Patch] incremental processing

2001-11-09 Thread Carsten Ziegeler
I didn't do a performance analysis, but the pages them to be a little bit faster now. But I want to make a simple performance test today. Carsten -Original Message- From: Morrison, John [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 10:24 AM To: '[EMAIL PROTECTED]'

Re: [RT]: Caching

2001-11-09 Thread maciejka
On 9 Nov 2001, at 9:31, Carsten Ziegeler wrote: ... 2. You can use constructs/features which are not cache-safe. For example using document() inside a stylesheet is such an example. OK, as we are for separation of concerns using this function is evil anyway. But what about

Re: DELI: Open source library supporting CC/PP and UAProf

2001-11-09 Thread Stefano Mazzocchi
Ovidiu Predescu wrote: On Thu, 08 Nov 2001 01:16:42 +0100, Stefano Mazzocchi [EMAIL PROTECTED] wrote: DELI is released under a BSD-type license so hopefully this shouldn't cause any problems. Great. But you should sign the paper that give the ASF copyright of the code (we can

Re: New Cocoon 2 site available

2001-11-09 Thread Stefano Mazzocchi
Berin Loritsch wrote: Stefano Mazzocchi wrote: Berin Loritsch wrote: It has been a long time coming, but the new site at http://www.d-haven.org is now live. Currently, it is very simple--but with help it can be a truly useful site. I have ambitious goals and almost no

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap ContentAggregator.java

2001-11-09 Thread cziegeler
cziegeler01/11/09 04:20:45 Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch ContentAggregator.java Log: Fixed (hopefully) namespace, prefix and strip-root handling in CA Revision ChangesPath No revision No

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap ContentAggregator.java

2001-11-09 Thread cziegeler
cziegeler01/11/09 04:21:10 Modified:src/org/apache/cocoon/sitemap ContentAggregator.java Log: Fixed (hopefully) namespace, prefix and strip-root handling in CA Revision ChangesPath 1.20 +56 -46xml-cocoon2/src/org/apache/cocoon/sitemap/ContentAggregator.java

RE: Patch to org.apache.cocoon.sitemap.ContentAggregator

2001-11-09 Thread Carsten Ziegeler
Hi Dariusz, I rewrote some parts of the ContentAggregator dealing with namespaces, prefixes and the strip-root directive. All these should now work - it did at least in my test-cases. Could you please verify this? Thanks! Carsten -Original Message- From: Dariusz Kies [mailto:[EMAIL

RE: [Patch] incremental processing

2001-11-09 Thread Carsten Ziegeler
Some minor performance test which are of course not representative showed no real performance burst. The welcome page took exactly the same amount. Perhaps under load this might change. Carsten -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Friday,

getting column names or values by variable

2001-11-09 Thread Roger I Martin PhD
Hi I am new to Cocoon. Is extending esqlto allow column names and values byvariable of interest to you? Here is my diff -u: - Index: esql.xsl === RCS file:

Avalon DB - new DBMS sub project.

2001-11-09 Thread Paul Hammant
Hi folks, (cross posted to Avalon, JAMES, Cocoon BCEL) Summary === Myself and Gerhard Froehlich have started a sub project of Avalon-Cornerstone called AvalonDB. The idea is to write a JDBC compliant database server using Avalon-Phoenix component designs (Think MySQL, HypersonicSQL etc).

Re: [Patch] incremental processing

2001-11-09 Thread Berin Loritsch
Carsten Ziegeler wrote: I didn't do a performance analysis, but the pages them to be a little bit faster now. But I want to make a simple performance test today. Keep in mind that in the web environment PERCEIVED performance is much more important that MEASURED performance. IOW, if the

Re: Avalon DB - new DBMS sub project.

2001-11-09 Thread Sam Ruby
You might consider pulling in a few of the folks at http://www.dbxml.org/ ... - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [C2] Action selection in sitemap

2001-11-09 Thread giacomo
On Thu, 8 Nov 2001, Piroumian, Konstantin wrote: Hi, C2ers! I've already asked this question and it seems that nobody could answer it. The question is: why the Environment interface has getAction() method which returns the value of 'cocoon-action' (hard-coded) parameter from the request.

DO NOT REPLY [Bug 4742] - cocoon.roles contain an invalid role specification

2001-11-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4742. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [C2] Action selection in sitemap

2001-11-09 Thread Piroumian, Konstantin
Hi, C2ers! I've already asked this question and it seems that nobody could answer it. The question is: why the Environment interface has getAction() method which returns the value of 'cocoon-action' (hard-coded) parameter from the request. It would be much better to be able to set

[C2] Internal requests and Readers

2001-11-09 Thread Joerg Henne
Hi, today I had to learn the hard way, that cocoon currently does not seem to support internal requests (using the cocoon:-protocol) that will be served by readers. This is due to the fact that the SitemapSource's refresh method bypasses the StreamPipeline when executing an internal request and

Re: i18n number formatting (was: [C2.0] Error in sitemapconfiguration : org.apache.cocoon.transformation.I18nTransformer)

2001-11-09 Thread Enke Michael
Hi Bernhard, hi Konstantin, it may help to use the src-locale. But I couldn't verify because the i18n:translatei18n:text...{0} . didn't work for me. But with my patch I didn't touch the i18n:param edge. I only looked at i18n:number May be there is an open point that has to be corrected. But

Re: [C2] Action selection in sitemap

2001-11-09 Thread giacomo
On Thu, 8 Nov 2001, Davanum Srinivas wrote: Konstantin, +1. But please experiment in C2.1 HEAD, Then send out an email for a vote. Careful. Would we like to break backwards compatability on this? Giacomo Thanks, dims --- Piroumian, Konstantin [EMAIL PROTECTED] wrote: So, if no

RE: [vote] Changing HEAD directory hierarchy

2001-11-09 Thread giacomo
On Thu, 8 Nov 2001, Carsten Ziegeler wrote: Berin Loritsch wrote: Sylvain Wallez wrote: Hi team, I opened a new scratchpad directory at the root of the HEAD branch to place the snapshot of my work on the tree-sitemap, as asked by Ovidiu. However, this top-level

Re: [C2] Action selection in sitemap

2001-11-09 Thread giacomo
On Thu, 8 Nov 2001, Piroumian, Konstantin wrote: You know that this breaks backword compatability and I havn't got your response onto mail my as I don't see how this fits into form base action selection where a button determines the action to take (these are not encoded into the URL path but as

Re: [C2] Action selection in sitemap

2001-11-09 Thread giacomo
On Fri, 9 Nov 2001, Piroumian, Konstantin wrote: Hi, C2ers! I've already asked this question and it seems that nobody could answer it. The question is: why the Environment interface has getAction() method which returns the value of 'cocoon-action' (hard-coded) parameter from

Re: [C2] Internal requests and Readers

2001-11-09 Thread giacomo
On Fri, 9 Nov 2001, Joerg Henne wrote: Hi, today I had to learn the hard way, that cocoon currently does not seem to support internal requests (using the cocoon:-protocol) that will be served by readers. What was your reason to feed an cocoon:/ URL to a reader?? Giacomo This is due to

Using URLSource for Remote XML Data

2001-11-09 Thread Mitchell Christensen
Is there a way to instantiate an org.apache.cocoon.components.source.URLSource object from within an XSP page? My problem is providing an org.apache.avalon.framework.component.ComponentManager object to the constructor. Where would I get one of those from within XSP java code? In a

Re: Using URLSource for Remote XML Data

2001-11-09 Thread Ovidiu Predescu
You can use XScript to insert an XML document into your page (available on the 2.1-dev CVS tree only). The following XSP fragment should do it: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xscript=http://apache.org/xsp/xscript/1.0; page xscript:variable name=my-var

Re: Interpreted sitemap

2001-11-09 Thread Ovidiu Predescu
Hi Sylvain, I finally had time to look at the new implementation of the sitemap code. It's looking good! On Thu, 08 Nov 2001 16:21:23 +0100, Sylvain Wallez [EMAIL PROTECTED] wrote: Ovidiu Predescu a écrit : On Wed, 07 Nov 2001 10:21:59 +0100, Sylvain Wallez [EMAIL PROTECTED] wrote:

Transformed Includes - Best practice?

2001-11-09 Thread Jeremy Aston
Sorry about the cross post - I'm not sure which list this is most applicable to as it could involve enhancements to C2. I am used to using XML for providing application level config information. What I am wondering is what the concensus is for best practice when handling these with C2 -

transforming xsp/xsl to pdf via latex

2001-11-09 Thread Eva Paetow
Hallo everybody, we have a xsp-file and a xsl file which have to produce a pdf file via pdflatex. We are working with a sitemap.How ever, nothing ever happens. On which way it is possible to start the transformation from tex to pdf inside xsp or xsl? Would be nice to reach Your