i wanted to know how to update a web page content on a day to day basis, what are the different options. [ April 19, 2008: Message edited by: deep rai ]
I suggest that you work out a free-standing (NOT a servlet) application to create your complete jsp page file by combining a template with data drawn from the various sources.
Once you have that working, figure out how to execute the application whenever a new page is needed.