[Catalyst] REST - like uri design for CRUD

Zbigniew Lukasiak zzbbyy at gmail.com
Sun Jan 20 19:56:04 GMT 2008


I know this has been discussed already - but I can't find it in the archives.

What I conjured is:

/class/search
/class/id/1111/view
/class/id/1111/update
/class/create

Update and create use really the same logic and templates - so I just
forward to a create_or_update action from them.

What are your opinions?

-- 
Zbigniew Lukasiak
http://perlalchemy.blogspot.com/



More information about the Catalyst mailing list