Re: website development and maintenance, using Perl. Please help!
- From: Andrew Raines <aa@xxxxxxxxx>
- Date: Fri, 30 Sep 2005 15:02:08 -0500
"Andrew" <hawk007@xxxxxxxxx> writes:
> Is there a Perl/OSS alternative to ColdFusion?
There isn't a Perl application server like
ColdFusion, JBoss, etc. You can use Apache/mod_perl
for the foundation, and then, depending on how much
abstraction you want, build on that with modules.
As usual, Perl lets you decide what you need.
Template Toolkit[1] is PHP-done-right. If you want
more maintainable, MVC applications, check out
Maypole[2]. It amalgamates Class::DBI[3] and TT
into a J2EE/Rails-ish framework.
Footnotes:
[1] http://www.template-toolkit.org/
[2] http://maypole.perl.org/
[3] http://www.perl.com/pub/a/2002/11/27/classdbi.html
--
Andrew Raines <aa@xxxxxxxxx>
.
- References:
- Prev by Date: Re: string comparison
- Next by Date: Re: I have problems with download scripts, it's trying to print instead of saving the file
- Previous by thread: Re: website development and maintenance, using Perl. Please help!
- Next by thread: How to get CGI upload temp filename and directory
- Index(es):