Erasmo wrote:

Luca thanks for your prompt response. Resuming the "incoming transformation" can you provide a map snippet on how to do it? For example a user sends an Atom PUT request with an entry and i want to be able to take that request body transform it to my desired xml and then save that xml to say a DB or anything else, that means i should be able to consume the output of a pipeline internally, perhaps in some action or something? It's this scenario possible,

I presume that Martin already answered you on this in another thread.


do you know some tutorial, howto, article or documentation that explains this? I'm reading NewRiders - Cocoon Building XML Applications and Manning Art of Java Web Development but they are pretty old books (2002, 2006) which does not explain the new 2.2 way of Cocoon development.

Look, 2.2 is mostly a change in packaging and components handling (Maven and Spring, respectively), but the functionality has remained largely unaltered: you can still use most (if not all) of the 2.1 stuff like generators, transformers, serializers, flowscript, forms, etc.

Unfortunately, books devoted to Cocoon cover 2.0, not 2.1, stuff, hence flowscripts and forms are not to be found in them.

Anyway, once you have you first Coocoon webapp up and running in 2.2, you can re-use most of the 2.1 doc and a sizeable portion of the 2.0 one.

Regards,

--------------------
   Luca Morandini
www.lucamorandini.it
--------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to