Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Dynamic Web Page approach?

by jdrago_999 (Hermit)
on Apr 11, 2006 at 15:09 UTC ( [id://542558]=note: print w/replies, xml ) Need Help??


in reply to Dynamic Web Page approach?

I prefer Apache::ASP + HTML::FillInForm.

You get:
  • Automatic Session handling (via MLDBM::Sync by default)
  • Script_On(Start|End|Parse|Flush) events
  • Session_On(Start|End) events
  • Application_On(Start|End) events
  • Emailed error reports (emails server errors right to your inbox - highly configurable)
  • Simple upload handling ($Request->Upload(...))
  • Friendly interface to the Apache server API
    • $Server->RegisterCleanup( sub {...} )
    • $Response->Redirect(...)
    • $Response->End
  • print $str actually works
  • Familiar <% %> and <%= %> syntax


I have used Apache::ASP on a variety of projects, both low- and high-traffic and I have to say it performs well enough. Energy Works and ETundra both run Apache::ASP. I have also written some large scale in-house applications on Apache::ASP that I cannot link to.

Having extended the base Apache::ASP code in several different ways (altered XMLSubs behavior, db-persisted sessions, MVC-enhanced URI mapping, etc) I can attest to the quality of the underlying code in Apache::ASP as well - it's easy to override what you need to override without running into encapsulation issues.

I give Josh Chamas (maintainer of Apache::ASP) an A+ on his work. Check out the Apache::ASP homepage at http://www.apache-asp.org/ for more information.

Log In?
Username:
Password:

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

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

    No recent polls found