I have common css and js files that i include in every jsp file.
So what\'s the best practice to include them in every page ?
I used to use <%@
<%@
You can try this without any framework, in your web.xml:
web.xml
Display *.jsp false false false /template/header.jsp /template/footer.jsp
See more here