Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Web app frameworks - I am totally confused!

by cbraga (Pilgrim)
on Oct 06, 2003 at 00:03 UTC ( [id://296821]=note: print w/replies, xml ) Need Help??


in reply to Web app frameworks - I am totally confused!

The way I do it is to separate the application logic from web logic. I create a line of objects which drive the application, talking to the database, and I use a separate line to generate html code, which basically boils down to reading forms and calling the application level and then generating html for the response. That makes things pretty clean, whether you choose to use Template::Toolkit, HTML::Mason or anything else.
  • Comment on Re: Web app frameworks - I am totally confused!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://296821]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 09:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found