Cocoon 3 empty project

2008-08-23 Thread Erasmo
Hi everybody. I'm doing a project for a kind DAM system i'm using the restlet framework because i want to expose my api via restful web services i choosed atom as the presentation layer for other to consume it, but later another guy ask me to provide a minor portion of my data as RSS i realized th

Re: Cocoon 3 empty project

2008-08-24 Thread Luca Morandini
Erasmo wrote: My requirements are: 1.- I should be able to transform incoming request (incoming transform pipes?). You mean transforming via XSLT ? Yes, you can... you can also send request parameters or portion of URIs to XSLT as parameters just by using the sitemap:

Re: Cocoon 3 empty project

2008-08-24 Thread Martin Heiden
Hi! Erasmo schrieb: I have read a few articles and it looks great and promissing what Coocon does so im actually evaluating if i can migrate the whole job to Coocon and was whishing if someone in this list could tell me if am i in the right way. Sure, you can use cocoon to do that. But you

Re: Cocoon 3 empty project

2008-08-25 Thread Erasmo
On Sun, Aug 24, 2008 at 12:10 AM, Luca Morandini <[EMAIL PROTECTED]>wrote: > Erasmo wrote: > >> My requirements are: >> >> 1.- I should be able to transform incoming request (incoming transform >> pipes?). >> > > You mean transforming via XSLT ? Yes, you can... you can also send request > paramete

Re: Cocoon 3 empty project

2008-08-26 Thread Luca Morandini
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 th