While I can't comment on your technical problems with Catalyst, I can comment on your view of Dancer:

And again, what's up with the scarce tutorials and such? Is Catalyst a dying framework???

At least personally, I have the same sentiment about Dancer, namely that very few people seem to be actively using Dancer, or at least, actively contributing to Dancer, or blogging about their experiences. I am using Dancer for some toy projects, and while it works for the simple things I want from it, and certainly has much less conceptual overhead than Catalyst, I too often encounter bugs within Dancer that make me wonder why nobody is aggravated at them and fixing them before me.

I have to note that I'm still using Dancer 1 and not the new, shiny version, Dancer2. Maybe the mainstream development has moved to that already.

As a potential alternative, which seems fairly feature-equivalent, have a look at Mojolicious too.

I consider both, Dancer and Mojolicious different from Catalyst as the two do not need the concept of Model to provide a start.


In reply to Re: Catalyst and Handel by Corion
in thread Catalyst and Handel by domje

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.