Take a look jmoz project @ sourceforge (Thanks Kevin O' Neill for that)
Its got a working example of a java based Generator if thats what you are
interested in
I have also got an example generator going which is using EJBs (using jboss)
Toughest parts of getting it going were classpath issues (putting cocoon and
its supporting jars in ejbjar) and some FOP issues (I'm presenting pick
lists/pack list etc in pdf format)
Also I used the jDom used in jmoz and it certainly makes job easier of
creating the XML
Tony
-----Original Message-----
From: Sergio Carvalho [mailto:[EMAIL PROTECTED]]
Sent: 06 August 2001 10:50
To: [EMAIL PROTECTED]
Subject: Re: [C2] Generator
A Cocoon Generator is a class that implements the
org.apache.cocoon.generation.Generator interface. The best examples are
Cocoon's
existing generators, all in the generation package. You may want to start by
subclassing AbstractGenerator and building from there.
There are better people out there to help you, but right now everyone seems
to be
on vacation. Hey, it's time to enjoy the sun!
On Mon, 6 Aug 2001 10:21:24 +0200, "arnaud De-brem"
<[EMAIL PROTECTED]> wrote:
--
>
> Hi,
>
> does anyone knows where to find more documentation about
> Generator in Cocoon2? I want to make a new Generator. Does anyone do that
> ???
> Where can I find examples or documentations ???
>
> For my new Generator, I want to pass a new XML to the <transform> tag.
> This XML is create dynamically by the Generator
>
> Anyone can help me ??
>
> best regards
>
> Arnaud
>
--
Sergio Carvalho
---------------
[EMAIL PROTECTED]
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>