Re: Generating static HTML pages, in Java, with information from a database
Posted By:
Christopher_Koenigsberg
Posted On:
Thursday, June 23, 2005 08:42 AM
you could have your static HTML pages in a directory in your web application, and your database query just returns the path, to the right HTML page, to put in the link to it.