in reply to Re: Modules that significantly contribute to Laziness
in thread Modules that significantly contribute to Laziness
Well, as I mentioned, I had already decided to use Template Toolkit and Log::Log4Perl, so I'm glad you recommend them.
DBI is lower level than I'm looking for...it is pretty much the lowest level at which it is sane to write DB code in Perl, and my goal is to be well above that level. (To go any lower you'd need to shell out or write XS to a driver--which is effectively what the DBD modules do.) The reason I chose Tangram is because it means that, for a certain category of DB interactions (object persistence) I can completely ignore the DB.
Thanks for the reminder about Class::DBI; I'll compare/contrast it against Tangram.
Regarding CGI::Application--what is your experience with it in terms of user interface speed? That is going to be a major requirement of this project...the interface must feel as snappy as a locally-running application, or it will be rejected out of hand.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Modules that significantly contribute to Laziness
by perrin (Chancellor) on May 24, 2005 at 16:41 UTC | |
Re^3: Modules that significantly contribute to Laziness
by dragonchild (Archbishop) on May 24, 2005 at 17:07 UTC | |
by mugwumpjism (Hermit) on May 25, 2005 at 02:24 UTC | |
by Anonymous Monk on May 25, 2005 at 12:52 UTC | |
by mugwumpjism (Hermit) on May 26, 2005 at 02:20 UTC | |
by autarch (Hermit) on May 26, 2005 at 20:08 UTC |