I'd say it's pretty mature, in usability if not in chronological age. The whole project is less than a year old, having started off as an offshoot of Maypole, so it is kinda young. The API has been pretty stable since around late April, though, and the framework is under active development.

I've been using Catalyst for a couple work projects, and it's been quite stable and very fast. A few of the many things I like:

The documentation started out a little sparse, though this is mainly because most of the core developers are non-native English speakers. Lately there's been more and better documentation, due in large part to the wiki. The content there gets regularly incorporated into the docs, and the developers are always accepting documentation patches.

For me the learning curve was a little steep, but mostly for good reasons. I had been building old-style web apps--with business logic, database access and presentation tightly coupled--for so long that I needed to un-learn a lot of habits while wrapping my head around the Catalyst/MVC way of doing things. Catalyst is also great at pointing you to some of the best CPAN modules to use for web development, so I spent a lot of time picking those up.


In reply to Re: Catalyst? by mrkoffee
in thread How mature is Catalyst? by water

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.