Re: migrating to cocoon 3.0

2013-01-27 Thread Mansour Al Akeel
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 parameters) The shared object map for this pipeline ru

migrating to cocoon 3.0

2013-01-27 Thread Mansour Al Akeel
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. h