in reply to Web app frameworks - I am totally confused!
Designing the application cleanly on top of CGI::Application will probably get you 70% of the way there.
Another point is that several arguments can be made against generated SQL. Have a look at the Phrasebook Design Pattern article on Perl.com.
Finally, this is a matter of taste, but I prefer the Template Toolkit over HTML::Template (which, btw, CGI::Application integrates with directly).
You probably want to read My Experiences with using CGI::Application and Template::Toolkit To Build an Online Shopping Cart.
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Web app frameworks - I am totally confused!
by Ryszard (Priest) on Oct 06, 2003 at 08:50 UTC | |
|
Re: Re: Web app frameworks - I am totally confused!
by jdtoronto (Prior) on Oct 07, 2003 at 01:40 UTC |