[Catalyst] Instant CRUD with DBIC::Schema

Zbigniew Lukasiak zzbbyy at gmail.com
Mon Mar 10 12:42:01 GMT 2008


And another thought - in FormFu we have an interface to DBIC it's
called HTML::FormFu::Model::DBIC.  From reading the code it looks that
in CatalystX::CRUD::Model::DBIC you have also code for interfacing the
form library with DBIC - does that mean that HTML::FormFu::Model::DBIC
would not fit for CatalystX::CRUD?

Finally - it is all based on rather shallow reading through the
modules - sorry if I misinterpreted something.

--
Zbigniew

On Mon, Mar 10, 2008 at 1:14 PM, Zbigniew Lukasiak <zzbbyy at gmail.com> wrote:
> Hi Peter,
>
>
>  On Wed, Feb 20, 2008 at 7:48 PM, Peter Karman <peter at peknet.com> wrote:
>  >
>  >  Also look at CatalystX::CRUD::Model::DBIC. Feedback appreciated.
>  >
>
>  I had today another look at CatalystX::CRUD - it is promising, but I
>  think there is too many indirection layers in it.  For DBIC it
>  requires configuration of both CatalystX::CRUD::Model::DBIC and
>  CatalystX::CRUD::Object::DBIC.  I believe it could work with just one
>  - for example CatalystX::CRUD::Model::DBIC where you could configure
>  what methods on the object and how to call them to implement the
>  needed interface.
>
>  Or perhaps you could all of it move to CatalystX::CRUD::Model and add
>  configuration to interface it to DBIC and RDBO - they are not that
>  different.
>
>  What do you think?  I believe some reduction of the number of modules
>  used will simplify the whole thing.  Maybe we could start the
>  discussion with what you interface you need from the database model?
>
>
>
>  --
>  Zbigniew Lukasiak
>  http://brudnopis.blogspot.com/
>



-- 
Zbigniew Lukasiak
http://brudnopis.blogspot.com/



More information about the Catalyst mailing list