Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Multi tiered web applications in Perl

by jdtoronto (Prior)
on Oct 21, 2003 at 13:47 UTC ( [id://300912]=note: print w/replies, xml ) Need Help??


in reply to Multi tiered web applications in Perl

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

  • Comment on Re: Multi tiered web applications in Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://300912]
help
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: (8)
As of 2024-04-25 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found