Re: migrating to cocoon 3.0
Mansour Al Akeel <[email protected]>
| Newsgroups | gmane.text.xml.cocoon.user |
|---|---|
| Message-ID | <CAFvvX=bCvNayDSJw8E5N+FoCmzEgKMGye4dkytpXSyqTFZs_Ow@mail.gmail.com> |
To be more specific, where can I find examples for SAX components. For example:
looking at this
http://cocoon.apache.org/3.0/apidocs/org/apache/cocoon/sax/AbstractSAXGenerator.html
I don't understand the parameters for :
void setup(Map<String,Object> parameters)
The shared object map for this pipeline run.
and for:
void setConfiguration(Map<String,? extends Object> configuration)
additionally, in previous versions of cocoon, I was able to do this
for custom components:
<map:components>
<map:generators/>
<map:transformers/>
<map:serializers/>
<map:readers/>
<map:selectors/>
<map:matchers/>
<map:actions/>
<map:pipes/>
</map:components>
Is this still possible in C3.0 ??
Thank you.
On Mon, Jan 28, 2013 at 1:12 AM, Mansour Al Akeel
<[email protected]> wrote:
> I have few components written against cocoon 2.2.
> For example, extending those classes:
>
> FileGenerator
> TraxTransformer
> AbstractInputModule
>
>
> I am looking to port them to 3.0, but can not find a reference for the
> components. I can see here some components, but no examples and not
> even the classes.
> http://cocoon.apache.org/3.0/reference/html/pipelines.html#d0e363
>
> Is there a place where I can get the help I need ??
>
> Thank you.