in reply to Perl & JSP

If you are trying to do code generation, the book Code Generation In Action by Jack Herrington has examples of how to generate JSP's; this book uses Ruby as the scripting language, but someone might have translated the code to Perl by now.

Replies are listed 'Best First'.
Re^2: Perl & JSP
by csuhockey3 (Curate) on Jul 19, 2004 at 19:24 UTC
    I am generating some code, my JSP(s) render(s) xml files. I have datacapture templates (JSP) that convert to xml and then post to my company's CMS (not my idea, just they way I have to do it). To make things easier, however, I threw all of my JSP renderers together in a db. I know this might sound a little convoluted - sorry. Thanks for the book tip, I will investigate.

    CSUhockey3