Re: [Catalyst] Testing RESTful web services

2008-10-05 Thread Ian Docherty
Moritz Onken wrote: Am 05.10.2008 um 10:47 schrieb Ian Docherty: Hi I am writing a simple test to test a POST method in a web service but my controller does not see any content in the POSTed request. In the controller both the $c->request->body and $c->request->content_length are undefined

Re: [Catalyst] Success stories please

2008-10-05 Thread Jonathan Rockway
* On Sun, Oct 05 2008, Andrew Rodland wrote: > On Sunday 05 October 2008 06:16:57 pm Mark Keating wrote: >> On 6 Oct 2008, at 00:01, J. Shirley wrote: >> > Andy apparently just wanted to start a flamewar. This "article" is >> > idiotic, the reasons more so. I'm disappointed in perlbuzz in general

Re: [Catalyst] Success stories please

2008-10-05 Thread Andrew Rodland
On Sunday 05 October 2008 06:16:57 pm Mark Keating wrote: > On 6 Oct 2008, at 00:01, J. Shirley wrote: > > Andy apparently just wanted to start a flamewar. This "article" is > > idiotic, the reasons more so. I'm disappointed in perlbuzz in general > > as it now holds the same amount of respect as

Re: [Catalyst] Success stories please

2008-10-05 Thread Matt S Trout
On Sun, Oct 05, 2008 at 03:08:22PM -0600, Devin Austin wrote: > http://yourspace.codedright.net On the blog dammit! Or add it to catalystsites.org or something ... -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Directorhttp://ww

Re: [Catalyst] Success stories please

2008-10-05 Thread Mark Keating
On 6 Oct 2008, at 00:01, J. Shirley wrote: On Sun, Oct 5, 2008 at 2:04 PM, Matt S Trout [EMAIL PROTECTED]> wrote: http://perlbuzz.com/2008/10/whats-the-state-of-perl-web-frameworks.html Shout out your support please, let's show the wider world that we're -the- real MVC option right now. And b

Re: [Catalyst] Success stories please

2008-10-05 Thread J. Shirley
On Sun, Oct 5, 2008 at 2:04 PM, Matt S Trout <[EMAIL PROTECTED]> wrote: > http://perlbuzz.com/2008/10/whats-the-state-of-perl-web-frameworks.html > > Shout out your support please, let's show the wider world that we're -the- > real MVC option right now. And be honest - I don't think anybody thinks

[Catalyst] Success stories please

2008-10-05 Thread Matt S Trout
http://perlbuzz.com/2008/10/whats-the-state-of-perl-web-frameworks.html Shout out your support please, let's show the wider world that we're -the- real MVC option right now. And be honest - I don't think anybody thinks the docs are perfect or the learning curve's as shallow as it could be, but tha

Re: [Catalyst] Success stories please

2008-10-05 Thread Devin Austin
http://yourspace.codedright.net On Sun, Oct 5, 2008 at 3:04 PM, Matt S Trout <[EMAIL PROTECTED]> wrote: > http://perlbuzz.com/2008/10/whats-the-state-of-perl-web-frameworks.html > > Shout out your support please, let's show the wider world that we're -the- > real MVC option right now. And be hone

Re: [Catalyst] Model--best practice help

2008-10-05 Thread Eden Cardim
On Sun, Oct 5, 2008 at 2:03 PM, Dr. Jennifer Nussbaum <[EMAIL PROTECTED]> wrote: > So ive got these two model classes, one i call with > $c->model('MyAppDB::Book') and the other with $c->model('Book'). The problem > is, i have some things that are Cat specific and i dont want them in my > schema

Re: [Catalyst] Model--best practice help

2008-10-05 Thread J. Shirley
On Sun, Oct 5, 2008 at 10:03 AM, Dr. Jennifer Nussbaum <[EMAIL PROTECTED]> wrote: > Im going through my code, and trying to really think about how i can make it > work well. Its a mess, i am realising, and i need advice on the best way > to clean it up. > > Its clear that there are things in my Mo

[Catalyst] Model--best practice help

2008-10-05 Thread Dr. Jennifer Nussbaum
Im going through my code, and trying to really think about how i can make it work well. Its a mess, i am realising, and i need advice on the best way to clean it up. Its clear that there are things in my Model that should be in a Controller; that i dont need help with. My problem is that i have

Re: [Catalyst] Testing RESTful web services

2008-10-05 Thread Moritz Onken
Am 05.10.2008 um 10:47 schrieb Ian Docherty: Hi I am writing a simple test to test a POST method in a web service but my controller does not see any content in the POSTed request. In the controller both the $c->request->body and $c->request- >content_length are undefined. Any ideas? ---

[Catalyst] Testing RESTful web services

2008-10-05 Thread Ian Docherty
Hi I am writing a simple test to test a POST method in a web service but my controller does not see any content in the POSTed request. In the controller both the $c->request->body and $c->request->content_length are undefined. Any ideas? -- test.t --- use strict; use warnings; use