ARRAY(0x5d5dcb8)
Favorite Perl CGI Framework for Web Site Development?
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Perl web-programming > Favorite Perl CGI Framework for Web Site Development? 11 February 2005 21:42:17

  Top users: 
  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:

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.

Thanks,

Siegfried

Add comment
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.


--
Chris Devers
Add comment
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
Cc:P­erl 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.


--
Chris Devers

--
To unsubscribe, e-mail: beginners-cgi-unsub­scribe@perl.org
For additional commands, e-mail: beginners-cgi-help@­perl.org
<http://learn.perl.­org/> <http://learn.perl.­org/first-response>





Add comment
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.

http://danconia.org­
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Perl web-programming > Favorite Perl CGI Framework for Web Site Development? 11 February 2005 21:42:17

see also:
Brownie: "I am a fashion god"
Need help with eregi_replace();
pass tests:
see also:
How to convert DRM music to iphone…
How to sync iphone ringtone,transfer…
How to sync transfer iphone ringtone on…

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .