Not Directly an answer, but a muse: It would seem that this question is asked fairly often. In fact i think we've all dealt with the "creating a user management system from scratch for every new prject" issue. I wonder we could generalize on solution to at least make an easy jump off. For instance provide a database schema (in the form of a setup script that logins in to your database and creates the needed tables) a set of default templates and a set of default code. I for one would love something that handled user creation/mangament/ and authentication right out of the box without then handling anything else. Is there something like this already out there? Is it something everyone has wanted and no one has made? How hard would this be and what would be the best way to keep it somewhere public that could be maintained by the community? I think perhaps I've gone a little OT and so will quite for now, but expect a Meditaion on just this soon! I think a general toolkit for using (CGI::Application + HTML::Template = User Administration) could go a long way towards jump starting some projects. I know that I for one could realy use such a thing!

BTW Thats my answer, use CGI::Application + HTML::Template, both can be installed pretty much anywhere in my experience which is exactly why i'd use them for my little project ;)


___________
Eric Hodges

In reply to Re: Web application development by eric256
in thread Web application development by Nkuvu

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.