Favorite Perl CGI Framework for Web Site Development?
Siegfried Heintze 11 February 2005 19:01:28
I notice there are a lot of frameworks out there for .NET (eg, .NETNUK), PHP, and Java (eg AppFuse) programmers. These are sets of files that form a typical starter site (or skeleton) that have the basic common features for a web site: (1) cookie/password authentication authorization, send email for forgotten password, (2) file upload, (3) calendar etc...
Are there any such frameworks for perl cgi? I googled for perl cgi framework but could not find any matches.
I've been thinking about how to implement authentication and authorization in cgi. At the beginning of every page I have check for a cookie or hidden variable and if there is none, jump to the login page to get the user name and password, post back to login page, to check the username and password, if it is good, redirect myself back to the original page. Hmmm... seems like something someone should have encapsulated by now.
And of course, the other pieces are available: I know how to send mail and had the documentation on uploading files.
Chris Devers 11 February 2005 19:15:44 [ permanent link ]
On Fri, 11 Feb 2005, Siegfried Heintze wrote:
I notice there are a lot of frameworks out there for .NET (eg, .NETNUK),> PHP, and Java (eg AppFuse) programmers. These are sets of files that form a> typical starter site (or skeleton) that have the basic common features for a> web site: (1) cookie/password authentication authorization, send email for> forgotten password, (2) file upload, (3) calendar etc...>
Are there any such frameworks for perl cgi? I googled for perl cgi framework> but could not find any matches.
Does Bricolage count? Or Slashcode?
Perl mainly offers sets of tools for plugging such things together, using components like CGI.pm &/or template libraries (Template Toolkit, Mason, HTML::Template, etc) to build sites.
We don't, however, really have any prominent web application frameworks to compare with, say, Zope (Python's main offering) or the many suites that are now available with PHP.
I'd be delighted to be corrected about this, but it seems like most of the people that are working on such frameworks are using other languages these days.
John Stokes 11 February 2005 20:51:04 [ permanent link ]
I don't know if this is exactly what you're looking for, but WebGUI by PlainBlack (www.plainblack.com) looks like an option.
-John
-----Original Message----- From:Chris Devers [mailto:cdevers@pobox.com] Sent:Fri 2/11/2005 8:15 AM To:Siegfried Heintze Ccerl Beginners - CGI List Subject:Re: Favorite Perl CGI Framework for Web Site Development?
On Fri, 11 Feb 2005, Siegfried Heintze wrote:
I notice there are a lot of frameworks out there for .NET (eg, .NETNUK),> PHP, and Java (eg AppFuse) programmers. These are sets of files that form a> typical starter site (or skeleton) that have the basic common features for a> web site: (1) cookie/password authentication authorization, send email for> forgotten password, (2) file upload, (3) calendar etc...>
Are there any such frameworks for perl cgi? I googled for perl cgi framework> but could not find any matches.
Does Bricolage count? Or Slashcode?
Perl mainly offers sets of tools for plugging such things together, using components like CGI.pm &/or template libraries (Template Toolkit, Mason, HTML::Template, etc) to build sites.
We don't, however, really have any prominent web application frameworks to compare with, say, Zope (Python's main offering) or the many suites that are now available with PHP.
I'd be delighted to be corrected about this, but it seems like most of the people that are working on such frameworks are using other languages these days.
Wiggins d'Anconia 11 February 2005 21:38:04 [ permanent link ]
Chris Devers wrote:> On Fri, 11 Feb 2005, Siegfried Heintze wrote:>
I notice there are a lot of frameworks out there for .NET (eg, .NETNUK),>>PHP, and Java (eg AppFuse) programmers. These are sets of files that form a>>typical starter site (or skeleton) that have the basic common features for a>>web site: (1) cookie/password authentication authorization, send email for>>forgotten password, (2) file upload, (3) calendar etc...>>
Are there any such frameworks for perl cgi? I googled for perl cgi framework>>but could not find any matches.>
Does Bricolage count? Or Slashcode?>
I would count them. There is also TypePad/Moveable Type by Six Apart.
Perl mainly offers sets of tools for plugging such things together, > using components like CGI.pm &/or template libraries (Template Toolkit, > Mason, HTML::Template, etc) to build sites.>
We don't, however, really have any prominent web application frameworks > to compare with, say, Zope (Python's main offering) or the many suites > that are now available with PHP.>
I'd be delighted to be corrected about this, but it seems like most of > the people that are working on such frameworks are using other languages > these days. >
I have one in development and have been intending to release it under a GPL like license but haven't gotten quite that far. Of course it has no documentation or testing, why would it need it there are no bugs .
I agree with the other posters about MayPole, and WebGUI.
I will also throw out InterChange since I just started working for a company that uses it, but it appears to have a very steep learning curve and probably isn't as elegant as the others. It is really geared towards e-commerce.
If you would like to report an abuse of our service, such as a spam message, please . Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .