Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I've been wondering for something (very) roughly like MS Access/Oracle Forms/File Maker, but for web applications and scripting is done using Perl. Any suggestions? What do you guys use?
My thought so far is: For web framework (handling HTTP requests and in general organization of the web applications) there are already many: Cataylst, CGI::Applications, Mason, etc. There will probably also be an OO-relational mapper included, like DBIx::Class, Rose::DB, Class::DBI.
But what about easing form development, or creating "worksheet view"/"DB grid", or even something like event-driven programming? In other words the other elements for rapid web database application development. Are there modules for that in CPAN?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Database application development with Perl
by dragonchild (Archbishop) on May 10, 2008 at 03:00 UTC | |
by alexm (Chaplain) on May 10, 2008 at 11:34 UTC | |
by dragonchild (Archbishop) on May 10, 2008 at 20:48 UTC | |
by alexm (Chaplain) on May 11, 2008 at 11:05 UTC | |
|
Re: Database application development with Perl
by davebaker (Pilgrim) on May 10, 2008 at 04:16 UTC | |
by samtregar (Abbot) on May 10, 2008 at 16:41 UTC | |
|
Re: Database application development with Perl
by waba (Monk) on May 11, 2008 at 08:00 UTC | |
by Anonymous Monk on May 14, 2008 at 14:51 UTC |