Thanks Grzegorz,
that email hits all the right notes. So what I need is cocoon 2.2 - Is there an availability timeline for Version 2.2?

Thanks again,
Franco

Grzegorz Kossakowski wrote:
franco pace pisze:
Hi Grzegorz,

I have been using cocoon for quite a while developing REST ish web
services. REST is now gaining
great momentum.

Yes, even in Cocoon community, see this[1] e-mail. There has been some work in 
Cocoon that made 2.2
version much REST-friendly than 2.1.

REST relies heavily on HTTP protocol and in particular
in returning specific http status codes
under certain conditions. For example, say I have a pipeline that
exposes a db row (or resource):

<map:match pattern="someentity/*" >
...

Here the * would be an id of some sort.

so i may wish the GET the entity at url -
http://myhost/cocoon/someentity/104

I would like for example, to set the http status code to 403 if the
client does not
have authority to view the data, and to say 404 if the entity does not
exist (not found).

Why not to use flowscript for this?

[1] http://article.gmane.org/gmane.text.xml.cocoon.devel/74571


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

Reply via email to