http://qs1969.pair.com?node_id=486403


in reply to Chunking HTML to database and back

Dear danmcb

I would look at using Catalyst for generating the application(s) and the interface to the underlying database, Template Toolkit for the presentation.

There are modules that produce a CRUD with Catalyst with very little code, and that can be easily customized with TT to suit your need.

If FastTemplate is a requirement, likely there is a View module for Catalyst that supports this too.

Best regards

-lem, but some call me fokat

Replies are listed 'Best First'.
Re^2: Chunking HTML to database and back
by danmcb (Monk) on Aug 25, 2005 at 08:37 UTC
    BTW, what is a CRUD?
Re^2: Chunking HTML to database and back
by danmcb (Monk) on Aug 25, 2005 at 07:18 UTC

    Thank you, lem/fokat ... I will definitely take a look.

    I went for FastTemplate for certain parts of the site that I expect to get > 90% of site traffic, so they are optimised for speed. I expect those scripts to end up under mod_perl before long. But the part I need the translation aids for are static pages and I could happily use another system there.

    so many CPAN modules, so litle time ...!