Here I am started to design a portal wise home,login,register
....around 10 common jsp
pages.
Its very hard to create these many jsp pages for each portal ,which is an most elegant way.So decided to split the jsp's into header,body,foote
r and using common header and footer.each time body is changing.
<jsp:include /header.jsp>...body<jsp:include /footer.jsp>
Some thing like above.But the problem raises now is the header footer design is not same for all portals.
So decide to make each and every block dynamic which settings will come from database like menu list ,palce of blocks etc ...
Which is the best way to do it.I came to know there are few frameworks like Tiles
And also referred Better alternative to Apache Tiles confused to decide.
Can anyone familiar with those frameworks
guide me in a right way ??or suggest any new ways which i am missing.
Using java(servlets),Msql as DB.I'm not using Struts
(agreeing that don't know :)).
Thanks for your time.