[Catalyst] Catalyst::Controller::REST vs. Catalyst::Controller::DBIC::API

Bill Moseley moseley at hank.org
Thu Jan 21 14:54:38 GMT 2010


I'm looking at adding an API interface to an application and looking at the
modules listed in the subject.  Anyone have experience with both?  Any
recommendations or experiences you can share?

I have another application that I added an API to using XML RPC.  It works
by adding attributes to actions not unlike
Catalyst::Plugin::Server::XMLRPC.  It's been very helpful to have the API
use the exact same controller actions as the web interface.  Some of the
existing controllers contain complex logic, so obviously want to use that
same code for the API as well.


-- =

Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20100121/9dfa3=
af4/attachment.htm


More information about the Catalyst mailing list