Dynamic JSP pages
Hi, i'm looking into redesiging our site and would like to do this using the MVC model, using jsp as the view.
I intend to implement this using struts and beans.
My question is that the layout of the site changes regularly, i.e. where things are positioned on a page although the code behind these objects will not. I do not want to have to bundle and publish a revised jsp every time one one of the designers would like to change the layout.
It would be preferable for me to include the jsp content in our database so that the designers could refresh the page layout whenever they wished.
This is the question that i have. How can i include the content part of the jsp in the database so that it is easily alterable?
The only idea i have had regarding this is to have my jsp create a bean that queries the database to get the content, but then i need to make sure that the content that is taken from the database is processed in the same way that it would be should the content have been contained in the page to start with.
Any help, pointers or suggestions regarding this would be greatly appreciated.
Cheers
Dan

