Many of us have started out writing small HTML pages, then transitioned those into SSI, and from there, into Perl, and then embellished those into more-complicated "systems", and probably even larger portal systems.

So then you move to templating systems, HTML::Template, Text::Template, mod_perl, CGI.pm, and combinations of all of the above, to achieve what you want.

I've done the same thing... too many times. Rolling a "portal" from scratch is no fun.

But now I'm at an impasse. I'm going to be (re)writing and fixing my existing "portal" sites, and I need some philosophy and experiences from other fellow monks as to the choices I should be making.

mod_perl is a must, so that can't go away, and these are heavily database and system-tool-driven portalesque sites. Those are immovable requirements. These sites are all VERY heavily-hit, so lean and fast with some modicum of caching is a must, but being able to lower maintenance and upkeep is also heavy on the requirements.

So the question is: Mason? TemplateToolkit? Others? And why?

I've played around with the PHP-based portals and CMS systems such as Drupal, e107, and even the Python-based Zope portals (Plone) as well as dozens of other alternatives but they really weren't flexible enough to be anything more than a "super-blog".

Santa brought me the mod_perl Developer's Cookbook and the Mason O'Reilly book early this year, and I will be digesting those over the next few days to get up to speed with some of the innards of the two.

Should I be looking at others? Any gotchas? Foibles? Kinks in my plan?


In reply to Pondering Portals by hacker

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.