Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I am sure that at some point you will hear from perrin who has a pretty serious background at the highest levels of web application. After discussions here on exactly the same theme I have recently settled on the model you first propose.

Separating the application and presentation may not be as beneficial as you might think, but the more I get into coding my application the more impressed I am by the ability of even a quite modest Apache server with mod_perl, using CGI::Application and HTML::Template. You might, however, gain something by implementing an additional layer to separate business logic and application logic. I have seen this done in one system by having the business logic implemented in SOAP clients and the application logic requesting the data from another machine. If course, this can be implemented on a single machine for development and testing.

This write-up is an excellent example of just what can be achieved. There has been a lot of discussion in the monastery over the last few months, you might want to try a supersearch on various keywoords like "web application" and see what you can find.

Good luck!

jdtoronto


In reply to Re: Multi tiered web applications in Perl by jdtoronto
in thread Multi tiered web applications in Perl by pernod

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 17:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found