On 1/2/07, Jaldhar H. Vyas <[EMAIL PROTECTED]> wrote:
> I like the way Catalyst::Action::REST implements its REST > functionality personally. You mean with attributes?
No, through method naming conventions such as... entry_POST entry_GET entry_PUT ...where entry is the defined runmode. If a runmode_HTTPMETHOD doesn't exist the dispatcher automatically returns a method is not supported HTTP status method. <tim/> -- Timothy Appnel Appnel Solutions http://appnel.com/ Blogcast / Powerful blogging systems made easy http://blogcast.net/ --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
