Re: [Catalyst] Testing RESTful web services

2008-10-06 Thread David Wright
Ian Docherty wrote: > 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

[Catalyst] Re: Success stories please

2008-10-06 Thread Aristotle Pagaltzis
* J. Shirley <[EMAIL PROTECTED]> [2008-10-06 01:10]: > Andy apparently just wanted to start a flamewar. In the comments: Oh, FFS. If you didn't use software because you think one or several of the contributors were assholes, you'd have to write everything from scratch. And I rath

Re: [Catalyst] Success stories please

2008-10-06 Thread Bruno
2008/10/6 Mark Keating <[EMAIL PROTECTED]>: > opinion of any sort. If someone were to do a frank and open blog post on the > state of MVCs and where Cat stands in that, that'd be cool. It would be Wasn't claco doing something like this? http://chrislaco.com/articles/mvc-marathon/ http://chrislaco

Re: [Catalyst] Success stories please

2008-10-06 Thread Zbigniew Lukasiak
On Mon, Oct 6, 2008 at 1:01 AM, J. Shirley <[EMAIL PROTECTED]> 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 getting my news from The > National

Re: [Catalyst] Testing RESTful web services

2008-10-06 Thread Ian Docherty
David Wright wrote: Ian Docherty wrote: 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->reque

Re: [Catalyst] Model--best practice help

2008-10-06 Thread Dr. Jennifer Nussbaum
> > Without seeing a tremendous amount of your code it is hard > to answer, > but it sounds like you are either at a point where it would > be > advantageous to learn Moose, or start doing some multiple > inheritance > hacks to get things working. > > The simple approach, which is much less "gre

[Catalyst] Troubleshooting Help Please

2008-10-06 Thread Paul Cory
All, I've Googled repeatedly, and RTFMed, and I've reached a point where I have to ask for help. I have a Catalyst Web App that requires users to log in before they can do anything (it's a front end for managing mailing list subscriptions). This runs on Apache 1.3/mod_perl 1/perl 5.8.8/

Re: [Catalyst] Troubleshooting Help Please

2008-10-06 Thread Moritz Onken
Authentication Session Session::Store::FastMmap Session::State::Cookie Storing the session with FastMmap is not a good idea. If the cache_size of FastMmap is exhausted it starts dropping sessions to make space for new sess

Re: [Catalyst] Troubleshooting Help Please

2008-10-06 Thread J. Shirley
On Mon, Oct 6, 2008 at 6:47 AM, Paul Cory <[EMAIL PROTECTED]> wrote: > All, > > I've Googled repeatedly, and RTFMed, and I've reached a point where I have > to ask for help. > > I have a Catalyst Web App that requires users to log in before they can do > anything (it's a front end for managing mail

Re: [Catalyst] Troubleshooting Help Please

2008-10-06 Thread James R. Leu
See my comment at the end. On Mon, Oct 06, 2008 at 07:10:53AM -0700, J. Shirley wrote: > On Mon, Oct 6, 2008 at 6:47 AM, Paul Cory <[EMAIL PROTECTED]> wrote: > > All, > > > > I've Googled repeatedly, and RTFMed, and I've reached a point where I have > > to ask for help. > > > > I have a Catalyst W

See my comment at the end (was: Re: [Catalyst] Troubleshooting Help Please)

2008-10-06 Thread Chisel Wright
On Mon, Oct 06, 2008 at 09:30:42AM -0500, James R. Leu wrote: > See my comment at the end. I'm sorry if I start a flame-war, but is there any reason why long posts don't get trimmed in this (and other) posts? It happens quite a bit, and I seem to spend half my time scrolling past the un-trimmed p

Re: [Catalyst] Troubleshooting Help Please

2008-10-06 Thread Moritz Onken
Am 06.10.2008 um 16:14 schrieb Moritz Onken: Authentication Session Session::Store::FastMmap Session::State::Cookie Storing the session with FastMmap is not a good idea. If the cache_size of FastMmap is exhausted it s

[Catalyst] Advice on this controller pattern

2008-10-06 Thread Oliver Charles
Hi, Sorry for the shakey subject title, but that's the best way I can think of to sumarise. Anyway, in my project at the moment I often have forms where the user is moving something, and needs to first search for a destination. An example is changing the track artist: first the user searches for a

Re: See my comment at the end (was: Re: [Catalyst] Troubleshooting Help Please)

2008-10-06 Thread J. Shirley
On Mon, Oct 6, 2008 at 7:43 AM, Chisel Wright <[EMAIL PROTECTED]> wrote: > On Mon, Oct 06, 2008 at 09:30:42AM -0500, James R. Leu wrote: >> See my comment at the end. > > I'm sorry if I start a flame-war, but is there any reason why long posts > don't get trimmed in this (and other) posts? > > It h

Fwd: [Catalyst] Model--best practice help

2008-10-06 Thread J. Shirley
I'm an idiot and don't know how to use my mail client. Somehow this got offlist, but it really is a good discussion... -- Forwarded message -- From: J. Shirley <[EMAIL PROTECTED]> Date: Mon, Oct 6, 2008 at 9:35 AM Subject: Re: [Catalyst] Model--best practice help To: [EMAIL PROTEC

Fw: Re: [Catalyst] Model--best practice help

2008-10-06 Thread Dr. Jennifer Nussbaum
J. Shirley forwarded the accidetnally-offlist post to the list, but this was my response to him, about Controller v. Model stuff. Wanted to make sure its part of the discussion too. Jen --- On Mon, 10/6/08, Dr. Jennifer Nussbaum <[EMAIL PROTECTED]> wrote: > From: Dr. Jennifer Nussbaum <[EMAIL

Re: [Catalyst] Troubleshooting Help Please

2008-10-06 Thread Paul Cory
All, Thanks for the help! I'm going to summarize the problem to recap, the solutions proposed, and what I found trying to implement them. First the problem: I have a Catalyst Web App that requires users to log in before they can do anything (it's a front end for managing mailing list subs