I need to create a master page in JSP to be used by other JSPs for them to have the same look and feel and menus. How can I do that in JSP?
You can use tag or JSP Templates. In case if you are familiar with JSF (JavaServer Faces technology) then use Facelets.