database enables website

All,I have experience in dynamic pages when using simple insert/delete/update screens For specific pages. My question is how do I store my entire website in the database, and be able to search the entire site with keywords? Meaning each and every page?ike
[276 byte] By [iketurnaa] at [2007-10-3 2:34:58]
# 1

This doesn't seem like a good approach to me. HTML already contains the ability to set keywords for each page using META tags, and there's plenty of programs out there which can provide a search function for your website.

Storing the entire website in a database just increases the server load without any other tangible benefits. If it isn't dynamic, then it's generally just best to leave it as a static HTML page.

Brian

brian@cubik.caa at 2007-7-14 19:33:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

OK,

I guesse I didn't make myself clear. I meant storing the text(content) in the db?

What is the scheme for this. I see so many websites with links like:

http://url?keyword=reports....

To get this, do I have to create a jsp page that creates the pages as well and stores the links with the db rowset?

iketurnaa at 2007-7-14 19:33:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...