Re: Is there an Excel generator for Cocoon ?

2006-09-07 Thread Cocoon Man
  Thanks, it looks great !  2006/9/7, Scott Yeadon <[EMAIL PROTECTED]>: See: http://jexcelapi.sourceforge.net/An an example to get CSV: http://www.java-tips.org/other-api-tips/jexcel/converting-excel-documents-to-csv-files.htmlScott.   

Re: Is there an Excel generator for Cocoon ?

2006-09-06 Thread Cocoon Man
In the latest versions of Excel it is also possible to save the Excel file as an XML file (which is even better than CSV). But in my case, I would like to be able to parse the .XLS file directly or find a Java Api which would convert the .XLS to some .XML content.   2006/9/6, Jeroen Reijn <[EMAIL

Is there an Excel generator for Cocoon ?

2006-09-06 Thread Cocoon Man
Hello Cocoon gurus,   Is there a Generator or anything which enables to use an Excel file as the input for my cocoon pipeline ?   Thanks  

How can I instrument my own values inside my actions or components ?

2006-08-17 Thread Cocoon Man
Hello all,   I've used the Excalibur Instrumentation client and it is really a great tool !   Now, I would like to follow the evolution of my own variables using this tool.   I looked at the source code of the org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool class to look at how it

java.lang.ClassNotFoundException: org.apache.cocoon.servlet.ParanoidCocoonServlet

2006-07-17 Thread Cocoon Man
Hello all,   I still have many conflicts and difficulties in loading classes from my servlet context.   Therefore, I tried to use the ParanoidCocoonServlet but here is what I have when I activate it into my /WEB-INF/web.xml file : 2006-07-17 17:16:29,434 : ApplicationContext.log : Error loading We

Re: Could not find component (key [org.apache.cocoon.components.profiler.Profiler])

2006-07-17 Thread Cocoon Man
nal Message-From: Cocoon Man [mailto: [EMAIL PROTECTED]]Posted At: woensdag 12 juli 2006 10:45Posted To: Cocoon User ListConversation: Could not find component (key [org.apache.cocoon.components.profiler.Profiler]) Subject: Could not find component (key [org.apache.cocoon.components.profiler.Profiler]

Could not find component (key [org.apache.cocoon.components.profiler.Profiler])

2006-07-12 Thread Cocoon Man
Hello all,   I tried to install and activate the Cocoon profiler in my webapp but whenever I switch to , I have the following error message :   http-8080-Processor73 ERROR sitemap.handled-errors - Could not find component (key [org.apache.cocoon.components.profiler.Profiler])org.apache.avalon.frame

Is it possible to switch back to compiled sitemap ?

2006-07-06 Thread Cocoon Man
  In cocoon.xconf file I can now read: "New implementation of the sitemap. It is interpreted, so load times are super-fast, and request processing is slightly faster than with the compiled engine thanks to the HotSpot VM."   Is there any benchmark showing that this new interpreted implementation of

What is "Poolable" in cocoon?

2006-07-06 Thread Cocoon Man
  Looking at the cocoon.xconf file, it seems that the following elements accept the "pool-max", "pool-max-strict", ... attributes: Are there any other elements which can be tuned in cocoon.xconf ?   Beyond that, in sitemap.xmap, is it relevant also to tune pool-max for the following elements:

Howto submit a bug report ?

2006-07-06 Thread Cocoon Man
Hello all Cocoon fans,   I played a little with the Excalibur Instrumentation client and it is really a fantastic tool for monitoring variables.   I wanted to look at the HTTP exchanges between the client and my Cocoon based webapp, using Ethereal.   The strange thing is that it seems there is a pr

Re: Looking for SAX parsers benchmark

2006-07-06 Thread Cocoon Man
Thanks. I'll look into it.     2006/7/6, Antonio Gallardo <[EMAIL PROTECTED]>: Here is another interesting link.http://blog.reverycodes.com/archives/40.html Best Regards,Antonio Gallardo-To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Kill the cache?

2006-07-06 Thread Cocoon Man
Hello Fernando,   To disable default Cocoon cache mechanism, just indicate that you want to use a "noncaching" pipeline in your sitemap.xmap file:   Regards,   2006/7/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: This whole situation of cocoon caching other contexts is unacceptable.   How do I kill

Re: Looking for SAX parsers benchmark

2006-07-05 Thread Cocoon Man
Thanks for the link.   It seems VTD-XML is very fast. Have you tried to integrate it to Cocoon 2.1 ?   Does it support namespace ?   Regards,  2006/7/5, Jimmy Zhang <[EMAIL PROTECTED]>: http://vtd-xml.sf.net/benchmark.html - Original Message - From: Cocoon Man To:

Re: Is use-store needed when using XSLTC ?

2006-07-04 Thread Cocoon Man
  Yes, I saw it via Google. But I just wanted to know whether this XSL2HTML was provided with Cocoon or not.  Regards  2006/7/4, Grzegorz Kossakowski <[EMAIL PROTECTED]>: Cocoon Man napisał(a):>>> You can follow what is cached in the different stores via the >  

Looking for SAX parsers benchmark

2006-07-04 Thread Cocoon Man
Hello,   I looked a little on the net for some SAX parsers benchmark but didn't find a very recent one.   According to you, what is the best Java SAX parser for the following type of XML document : documents include several namespaces documents do not need to be validated against some DTD or XML S

Is it worth setting "reuse-parsers" to 'true'

2006-07-04 Thread Cocoon Man
Hello Cocoon gurus,   Looking at the cocoon.xconf file, I noticed that it is possible to "reuse XML parsers".   I'm working on a session-less service where each request processes a brand new XML stream (which may contain several namespaces but no external entities). So, do you think I can gain some

Re: Is use-store needed when using XSLTC ?

2006-07-03 Thread Cocoon Man
Java class but it's not clear the role of each.   Regards,   2006/7/3, Ralph Goers <[EMAIL PROTECTED]>: Cocoon Man wrote:> Actually, what is not clear for me is the relation there is between> the fact that an XSP is a Poolable component (which means there is a > pool of XSPs stored

Re: Is use-store needed when using XSLTC ?

2006-07-03 Thread Cocoon Man
You can follow what is cached in the different stores via the StatusGenerator.Regards Ard   I've declared the StatusGenerator in my sitemap and it works fine !   Is there a default XML2HTML stylesheet associated to this generator, like for the profiler ?Regards,  

Re: Is use-store needed when using XSLTC ?

2006-07-03 Thread Cocoon Man
You're probably right. I may use the caching mechanism provided by Cocoon.   But this does not really answer all my questions: XSP are not cached by default. All right, but what if I ask the same question with XSL : what is not clear for me is the relation there is between the fact that an XSL is a

Re: Is use-store needed when using XSLTC ?

2006-07-03 Thread Cocoon Man
  I'm working on a multi-publishing system for mobile devices. The same page will be published differently according to the User-Agent. Therefore, it's nearly useless to use caching in these conditions, especially if those pages are updated frequently.   Actually, what is not clear for me is the r

Re: What is the difference between 'transient-store' and 'store' ?

2006-07-03 Thread Cocoon Man
quot;Cocoon uses the main store to cache pipeline output".I guess that if I disable cache using a "noncaching" pipeline, It does not make sense to tune the maxobjects for this "main store". Am I right ?   2006/7/3, Tim Williams <[EMAIL PROTECTED]>: On 7/3/06, Cocoon Man

What is the difference between 'transient-store' and 'store' ?

2006-07-03 Thread Cocoon Man
Hello again,   Looking at the cocoon.xconf file, I noticed that there are 2 different "store" mechanisms declared :   It's not clear when each of them is used. Does core.store.transient store rely on core.store ?   Beyond that, does use-persistent-cache parameter default to "true" or "false" ?  

Is use-store needed when using XSLTC ?

2006-07-03 Thread Cocoon Man
Hello all,   I'm using Cocoon 2.1.8 with XSLTC.   I try to get the best performances from my configuration.   Does it make sense to use parameter when using XSLTC ?   Same question if I disable caching by using   Regards,