[Catalyst] Catalyst::Plugin::JSONRPC and Catalyst::View::JSON released to CPAN

Tatsuhiko Miyagawa miyagawa at gmail.com
Thu Jan 5 02:56:34 CET 2006


http://search.cpan.org/~miyagawa/Catalyst-Plugin-JSONRPC-0.01/
C::P::JSONRPC is a port of C::P::XMLRPC to JSON's RPC mechanism. This
module reuses the "Remote" attribute of the rpc methods, that means by
creating two different endpoints you can call the methods either in
XML-RPC or JSON-RPC.

http://search.cpan.org/~miyagawa/Catalyst-View-JSON-0.02/
C::V::JSON is a View handler for JSON data. It serializes data in your
stash (ala View::REST::Data::Serializer) and adds some nice bits
including callback support (like Yahoo! API does). This module is also
available as in my svn repo
http://svn.bulknews.net/repos/public/Catalyst-View-JSON/

Enjoy!

--
Tatsuhiko Miyagawa



More information about the Catalyst mailing list