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

I would suggest taking a look at Apache::ASP. Despite the fact that the maintainers integrated a (modified) patch from me without giving any credit, I can't knock the end product.

Apart from Apache::ASP, I've personally worked with standalone cgi's and HTML::EmbPerl. Also, I've had some second-hand experience with HTML::Mason. The basic run-down is:

Also, it goes without saying that you want to be using Apache::DBI to your data store (assuming that you will be using some kind of relational database).

Anyway, I would still investigate HTML::EmbPerl and HTML::Mason, as I'm just giving you my opinion (for one) and some friends' / colleagues' opinions (for the other).


--------
:Wq
Not an editor command: Wq
  • Comment on Re: Web app frameworks - I am totally confused!

Replies are listed 'Best First'.
Re: Re: Web app frameworks - I am totally confused!
by perrin (Chancellor) on Oct 06, 2003 at 00:00 UTC
    Joshua Chamas (author and maintainer of Apache::ASP) is a good guy, and I'm sure he didn't leave your name out of the credits file on purpose. Why don't you just send him a gentle reminder?