Hi,

I use both, Catalyst and Maypole, and for CRUD I think is better to use Maypole if you don't think into doing more than this (CRUD), but if you want to only have a CRUD to have something "on the way" to finally do a Webapps that envolves more things, or don't work standalone, instead merged with your site/app go for Catalyst.

I use both things, I have some webapps like a inventory for our department where I use Maypole, looks great, feels well, and don't spent time to add fancy things or other stuff because I only want a good looking CRUD.
On the other hand, when I need to do a standalone webapps I go for Catalyst, because is more active development there and is cleaner when you want something not-by-default-crud. For websites I use Mason, I'll like it, have many components written, and is very straighforward to create homogenous sites and a nice inheritance model component-based. And you can also combine Cayalyst with Mason.

Regards,

fmerges at irc.freenode.net

In reply to Re^2: CRUD Generator Suggestions by fmerges
in thread CRUD Generator Suggestions by geekondemand

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.