You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Garvin Riensche <g....@gmx.net> on 2005/06/25 14:15:26 UTC

sitemap translation to java

Hi there,

As far as I know the sitemap is translated into java at runtime. But can 
anybody please tell me where i can find this temporarily created java file?

regards,
Garvin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: sitemap translation to java

Posted by Upayavira <uv...@odoko.co.uk>.
Bertrand Delacretaz wrote:
> Le 25 juin 05, à 14:15, Garvin Riensche a écrit :
> 
>> ...As far as I know the sitemap is translated into java at runtime..
> 
> 
> It's not - it is processed by the TreeProcessor, so there's no java file 
> to look at.

In Cocoon 2.0 it was translated into Java at runtime. In 2.1 it is 
interpreted. Interpreted seems to be as fast as the compiled one, and is 
easier to work with.

Regards, Upayavira


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: sitemap translation to java

Posted by Bertrand Delacretaz <bd...@apache.org>.
Le 25 juin 05, à 14:15, Garvin Riensche a écrit :

> ...As far as I know the sitemap is translated into java at runtime..

It's not - it is processed by the TreeProcessor, so there's no java 
file to look at.

-Bertrand