Re: [Catalyst] Catalyst and XMLRPC

2011-11-08 Thread Bill Moseley
On Fri, Nov 4, 2011 at 6:29 PM, Dmitry L. wrote: > Hello! > > Does anybody use Catalyst as XMLRPC service? > I use RPC::XML directly. I added a dispatcher and a HTTP::Body class for decoding the XMLRPC. For the most part the same controllers handle the XMLRPC requests and the web requests (the

[Catalyst] Log::Any::Adapter::Catalyst as good as choice as any?

2011-11-08 Thread Bill Moseley
I have a number of model classes that run both inside and outside of Catalyst and wondering about logging. Any other approaches than Log::Any::Adapter::Catalyst to consider? -- Bill Moseley mose...@hank.org ___ List: Catalyst@lists.scsys.co.uk Listinfo

Re: Re: [Catalyst] Catalyst and XMLRPC

2011-11-08 Thread Dmitry Latin
Hello, Bill! > > I use RPC::XML directly. I added a dispatcher and a HTTP::Body class for > decoding the XMLRPC. For the most part the same controllers handle the > XMLRPC requests and the web requests (they look the same). > After some thought I've came to following scheme: In controller (su

[Catalyst] Catalyst and Puppet

2011-11-08 Thread Nick
Hello, We're investigating Catalyst and Puppet. Does anyone have any pointers, specifically with respect to installing and managing Catalyst and applications using it, with a local::lib for each application? Cheers, Nick ___ List: Catalyst@lists.scsy