OpenCms template development with JSP
One of the most important aspects of website building is the creation of the required templates. Sites generated by OpenCms are build by using one or more templates that define a uniform layout of the presented content.
This howto describes some easy steps on how to create JSP based page templates. As this is a core functionality required in almost all projects, you should study this documentation carefully. Following the steps described here, you should be able to get your JSP template up and running in a short time.
JSP Template developing in 4 easy steps:
Step 1: Creating a simple JSP template
How to create a very simple JSP template for editable pages
Step 2: Creating a complete JSP template
How to extend a JSP template for the use in JSPs
Step 3: Creating a JSP Template with multiple page elements
Click on the link above to open this item.
Step 4: Using a JSP template from scriptlet
How to use a JSP template without using the OpenCms taglib