Re: [Catalyst] CatalystX

2009-03-04 Thread Dermot
2009/3/4 Peter Karman pe...@peknet.com: Dermot wrote on 3/3/09 4:36 PM: 2009/3/3 Oliver Gorwits oliver.gorw...@oucs.ox.ac.uk: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zbigniew Lukasiak wrote: ListFramework is focused on the task of providing such an admin interface - so I guess out

[Catalyst] In search of RESTful CRUD holy grail

2009-03-04 Thread Zbigniew Lukasiak
This might be a futile mission - but I think I learn something with each recurrence of this discussion. So let's restart it once again. CatalystX::CRUD::REST has a well described RESTful URI structure: # POST /foo- create new record # GET /foo

Re: [Catalyst] In search of RESTful CRUD holy grail

2009-03-04 Thread Moritz Onken
Am 04.03.2009 um 13:25 schrieb Zbigniew Lukasiak: This might be a futile mission - but I think I learn something with each recurrence of this discussion. So let's restart it once again. CatalystX::CRUD::REST has a well described RESTful URI structure: # POST /foo

[Catalyst] CatalystX::ListFramework::Builder warnings

2009-03-04 Thread Dermot
Hi, I am getting warnings from CX::L::Builder 0.41 on Catalyst 5.71. Calling $c-model() will return a random model unless you specify one of: * $c-config-{default_model} # the name of the default model to use * $c-stash-{current_model} # the name of the model to use for this request NB: in

Re: [Catalyst] In search of RESTful CRUD holy grail

2009-03-04 Thread Moritz Onken
Am 04.03.2009 um 19:30 schrieb Bruce Keeler: On 3/4/2009 4:45 AM, Moritz Onken wrote: Furthermore I would not put the form rendering in the same path as the REST interface. This is my preference too. Keep the browser stuff out of the REST api. I would do something like this: # POST

[Catalyst] Re: In search of RESTful CRUD holy grail

2009-03-04 Thread Aristotle Pagaltzis
* Zbigniew Lukasiak zzb...@gmail.com [2009-03-04 13:30]: CatalystX::CRUD::REST has a well described RESTful URI structure: […] I think everyone will agree that this is indeed REST. URI structures and REST are completely ortogonal. That statement is about as meaningful as saying that a URI

Re: [Catalyst] Re: In search of RESTful CRUD holy grail

2009-03-04 Thread Peter Karman
Aristotle Pagaltzis wrote on 03/04/2009 02:12 PM: * Zbigniew Lukasiak zzb...@gmail.com [2009-03-04 13:30]: CatalystX::CRUD::REST has a well described RESTful URI structure: […] I think everyone will agree that this is indeed REST. URI structures and REST are completely ortogonal. That

Re: [Catalyst] catamoose now or when?

2009-03-04 Thread Devin Austin
On Wed, Mar 4, 2009 at 6:52 PM, Elliot Finley li...@efinley.com wrote: Hello, I'm starting a new web app project that I need to deploy in about 2 months. There will be ongoing updates to this app as time goes by. I'm new to catalyst/moose/dbic but a long time Perl hacker.

Re: [Catalyst] catamoose now or when?

2009-03-04 Thread Andrew Rodland
On Wednesday 04 March 2009 07:52:56 pm Elliot Finley wrote: Hello, I'm starting a new web app project that I need to deploy in about 2 months. There will be ongoing updates to this app as time goes by. I'm new to catalyst/moose/dbic but a long time Perl hacker. Considering the

Re: [Catalyst] catamoose now or when?

2009-03-04 Thread Kieren Diment
On Thu, Mar 5, 2009 at 1:33 PM, Andrew Rodland arodl...@comcast.net wrote: The 5.7 - 5.8 transition should require little to no rewriting of application-level code, so I'd suggest sticking with the released 5.7 for serious production. If you're inclined, though, and you have the resources,