I agree with Your Mother (what a name) below, “never” is a bit long.

With fat- or rich clients I mean for example a C++/Visual Basic application. You can create great GUI’s in it and you compile it into an executable that resides on the client (in general, there are other architectures possible).

With the thin client most of the processing is done on the server side, for example the web server. The server processes the user input and returns html to the clients’ browser (again in general and simplified). So the only thing a client needs is a web browser.

You can enrich a thin client to behave like a fat client so you can use Perl/CGI to make flashy applications. Keep in mind that it takes effort though. How big is your application? How many screens do you foresee? How complex is the User Interface logic? Are you proficient in JavaScript/CSS?

Frameworks based on MVC definitely have a learning curve (I am with Your Mother again). If your application is simple, not too big, it might be overkill, like trying to shoot a mosquito with a canon. That’s why I said you need a certain “critical mass” before you go MVC.

Cheers,
dHarry


In reply to Re^3: Web design and Perl/CGI business logic programming by dHarry
in thread Web design and Perl/CGI business logic programming by vit

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.