Yesterday I needed to add JSON support (both in the request and
response) to a few actions.  I decided to try Catalyst::Action::REST.

Well, actually, I first tried using just C::A::Serialize and
C::A::Deserialize -- but was not sure if those could be used
separately.  That didn't work so then I just tried using the full
REST setup as described in the calendar.

Well, that brings in C::Request::REST, which set the request object,
and I already have C::P::Server which does the same thing.

Is there a way that multiple add-ons can work better together when
they need to add methods to the request object?


-- 
Bill Moseley
[EMAIL PROTECTED]


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to