Re: [Catalyst] Authorization header and fastcgi

2009-02-19 Thread Mark Trostler
are you looking in $c-engine-env? Mark Ian Docherty wrote: Matt Pitts wrote: -Original Message- From: Ian Docherty [mailto:catal...@iandocherty.com] Sent: Tuesday, February 17, 2009 9:51 AM To: The elegant MVC web framework Subject: [Catalyst] Authorization header and fastcgi

Re: [Catalyst] Accessing request environment variables under fastcgi?

2008-10-17 Thread Mark Trostler
They're all in a hashref here: $c-engine-env Mark Chris Weyl wrote: Hey all -- So, I might be a bit crazy here, and there might be a perfectly good way to do this that I'm not aware of, and my searches aren't returning anything useful. Hitting me with a clue-stick is quite welcome.

Re: [Catalyst] Catalyst::*::REST and Javascript

2008-08-12 Thread Mark Trostler
: if (my $data = $c-stash-{raw_params}-{data}) { $c-req-data(decode_json($data)); } Mark Robert Krimen wrote: On Mon, Aug 11, 2008 at 9:57 PM, Mark Trostler [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I've had good luck with ExtJS: http://extjs.com/learn

Re: [Catalyst] Catalyst::*::REST and Javascript

2008-08-11 Thread Mark Trostler
I've had good luck with ExtJS: http://extjs.com/learn/Manual:RESTful_Web_Services Mark Peter Karman wrote: J. Shirley wrote on 8/11/08 10:03 PM: I use YUI extensively in conjunction with REST -- it works great. Takes a very minimal amount of work to connect

Re: [Catalyst] Running java inside Catalyst

2008-06-22 Thread Mark Trostler
You can use Java.pm there are no system calls... Mark Lindolfo Lorn Rodrigues wrote: No, i didn't know, i looked at the source and it's true :( at least Inline::Java it's better than a simple system(java ... ) ? On Sun, Jun 22, 2008 at 5:58 PM, Jonathan Rockway [EMAIL PROTECTED]

Re: [Catalyst] Re: RFC: Catalyst::Controller::REST::DBIC

2008-05-16 Thread Mark Trostler
I'm sorry but something just feels wrong about your approach - feels like your mixing at matching REST a UI on top. Get the REST part down first, then worry about something the browser can see on top of it. I don't think you should let 'what a browser can see' to influence the REST design.

[Catalyst] Catalyst / dbix-class / mysql / REST job

2008-05-07 Thread Mark Trostler
The job description is kinda crapy: http://jobs.perl.org/job/8624 But you can work in Sunnyvale, CA or Carslbad, CA. The backend in Catalyst/REST/DBIx::Class/MySQL. Frontends are currently command line/library using Moose and lots of AJAXy Javascript (using ExtJS - yah should be YUI