RE: Preloading Parts of Cocoon (Interpreted Sitemap)

2003-02-05 Thread Julian Klein
Geoff, Robert, the sitemap engine can be configured in cocoon.xconf and there have been two different implementations to date -- interpreted and compiled. Interpreted is newer and seems to have general consensus that it's faster/better I think you are right about the interpreted sitemap,

Re:Presloading Parts of Cocoon

2003-01-29 Thread Julian Klein
http://xml.apache.org/cocoon/faq/faq-sitemap.html -see the first FAQ on this page -Julian In reply to: Greetings. Whenever I change a page in my sitemap and redeploy, I notice that the first time I hit a page it takes cocoon a few seconds to start the page. Is there any way we can get cocoon

Re: AW: Action Not Adding Values to Sitemap or is it?

2003-01-25 Thread Julian Klein
Marco, Thanks a lot, I must have overlooked that in the how-to on the website. I was wondering if you know whether or not the new version of Xindice (1.1 Beta) works over the pseudo protocol. I have tried, but to no avail. The new version must run in Tomcat's servlet container. I want to

Re: A documents repository......

2003-01-25 Thread Julian Klein
Antonio, Although my install seems a bit buggy, it may be worth your while to look into Slide and the slide webapp that is in the cocoon scratchpad. I am sure it will be up to par shortly. Besides, using different tools (e.g. POI), you could convert all your files into XML and then transform

Re: Cocoon is complex, but worth it! Some Answers to your dilemma

2003-01-25 Thread Julian Klein
First off I made some suggestions to your questions/problems below...skip ahead if you don't want my commentary on Cocoon. Well it seems to me that when I started with Cocoon, I was hoping to jump right on in. Unfortunately, it was not that easy, but not b/c of Cocoon, rather my limited

Re: AW: AW: Action Not Adding Values to Sitemap or is it?

2003-01-25 Thread Julian Klein
?), but perhaps this info helps you finding the problem. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Julian Klein Gesendet: Samstag, 25. Januar 2003 19:08 An: [EMAIL PROTECTED] Betreff: Re: AW: Action Not Adding Values to Sitemap

Re: WYSIWYG XSLT Editors?

2003-01-25 Thread Julian Klein
Ckeck out these XML editors: http://xopus.org/index.jsp?menu=info http://bitfluxeditor.org/ -Julian = Live simply so others may simply live.   -Ghandi   Pluralitas non est ponenda sine neccesitate. Entities should not be multiplied unneccesarily   -William of Occam

Xindice1.1b and Pseudo-Protocol: HELP NEEDED

2003-01-25 Thread Julian Klein
HI, I am trying to implement the psuedo-protocol for xindice 1.1 beta in cocoon cvs version. My previous code however no longer works to access the database. I used to use xindice 1.0 as a standalone, but now I have it mounted in Tomcat as a webapp running on port 8080. I am running on red hat

Action Not Adding Values to Sitemap or is it?

2003-01-24 Thread Julian Klein
Hi All, I am trying to add a paramater to the sitemap through an Action extended from the MultiAction Class, but when I try to access it in my sitemap, it is empty. I am certain there should be a value coming out of the Action b/c it prints the value to my log from inside the action. Any help

Xindice1.1b and Pseudo-Protocol: HELP NEEDED

2003-01-23 Thread Julian Klein
HI, I am trying to implement the psuedo-protocol for xindice 1.1 beta in cocoon cvs version. My previous code however no longer works to access the database. I used to use xindice 1.0 as a standalone, but now I have it mounted in Tomcat as a webapp running on port 8080. I am running on red hat

Re: AW: newbie: creating a cocoon action and Sleep Deprivation

2003-01-21 Thread Julian Klein
Hi, Thanks for the help yesterday, but after getting some sleep I found my problem. It is at its basic level attributed to my stupidity, but it was that I had the class in the wrong package when I placed it into the cocoon jar. Thanks for the help guys, sorry for wasting your time. all

newbie: creating a cocoon action using AbstractMultiAction

2003-01-20 Thread Julian Klein
Hi all, I am currently trying to create my own action for cocoon 2. Moreover, I am trying to use the AbstractMultiAction class so I can call methods on the action via a http post form field. Unfortunately I have been able to compile it, but get a Class Not Found Exception when I try access the

Re: newbie: creating a cocoon action using AbstractMultiAction

2003-01-20 Thread Julian Klein
On Mon, Jan 20, 2003 at 01:06:09PM -0800, Julian Klein wrote: *ACTION JAVA CODE** /* * TaskAction.java * * Created on January 14, 2003, 12:16 PM */ package org.apache.cocoon.acting; ...snip/... ***SITEMAP

Re: AW: newbie: creating a cocoon action using AbstractMultiAction

2003-01-20 Thread Julian Klein
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Julian Klein Gesendet: Montag, 20. Januar 2003 22:27 An: [EMAIL PROTECTED] Betreff: Re: newbie: creating a cocoon action using AbstractMultiAction Hey Marcus, Yeah I'm sorry, but I had fixed that (I jsut sent the old sitemap

Sync. Coccon with Slide - NEED HELP!

2003-01-09 Thread Julian Klein
Hi All, As I have looked into the cocoon slide implementation, it seems as if the createCollection, delete, and upload actions are mostly cocoon classes (xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting.SourceUpload and xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting.MultiUpload

Slide/Cocoon Domain Sharing

2003-01-08 Thread Julian Klein
Hi all, I am currently trying to integrate slide content with the publishing content of Cocoon. I have the built the latest and greatest cocoon version on Red Hat 8, java 1.4. I was wondering if anyone has been able to get the slide webapp and the webdav servlet to run all in the same servlet

Re: Slide Cocoon Impl **XML_PARSER_JARS**

2002-12-20 Thread Julian Klein
Martin, Thanks, worked like a charm. Unfortunately, I now find out that although I have mulipart uploads working, versioning does not work via HTTP. Have you found a workaround to this? I have not implemented the webdav-servlet yet, but I am sure that works just the same via WebDav. It seems

Re: Slide Cocoon Impl **XML_PARSER_JARS**

2002-12-20 Thread Julian Klein
Martin, --- Martin Holz [EMAIL PROTECTED] wrote: Julian Klein [EMAIL PROTECTED] writes: Thanks, worked like a charm. Unfortunately, I now find out that although I have mulipart uploads working, versioning does not work via HTTP. Have you found a workaround to this? I have

Slide Cocoon Impl

2002-12-19 Thread Julian Klein
Hi all, I am trying to implement slide with cocoon via the slide source and slide source factory available in the scrathpad. I built cocoon with jdk1.4, tomcat 4.1.12, and the cocoon cvs snapshot from 12/19/2002. I got it to run at first, but when i fooled around a bit with the samples, cocoon