Hi Peter,

On Wed, Feb 20, 2008 at 7:48 PM, Peter Karman <[EMAIL PROTECTED]> 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/

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to