Hi monks,

As for me, there is a big problem with Catalyst and DBIx::Class — I don't like 'em. They are bulky, they rely on ugly and Pythonesque (G-d forbid!) __PACKAGE__ statements, they don't give reasonable defaults, etc etc. OK, maybe it's just me.

Anyway, there _is_ a web framework that I really like and consider it a touch of pure genius. It's called Everything Engine and yes, it is the very framework Perlmonks is running at. The problem with Everything Engine is that it's a little outdated (last updated in 2002? Or 2003? Can't remember now). Now in a world of mod_perl2, I'd really like to see something modern in Everything's spirit. Some time ago, I even put HTML::Mason templates inside the ecore (this code is now lost), and extracted and rewrote ecore's persistence stuff in a separated module dealing with plain objects, not nodes (this code is still alive, but it's MySQL only, cannot handle complex relationships and now I know the mighty Moose which could do better — though this code could load methods right from database and bind them to objects and do lots of other ecore's wizardry).

Anyway. I've heard that there is a project: complete rewrite of Everything Engine. Does anyone know if it's still alive? If it is, tell me the name and take me as a developer. If it isn't, I'll seek volunteers to get started. I'd enjoy the new Everything.


In reply to The New Everything by atemerev

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.