Web application pages are the JSP files that you create within a dynamic Web project. You can design the style, content and structure of the files with the Page Designer editor.
If you create a page template file, you can apply that template to each new JSP file to have a consistent look and feel in the files. In this way, you create your page design once, and apply it to each new JSP file. In addition, if you make changes to the template file, the changes are automatically applied to the individual JSP files that you created with that template.
You can further enhance the style and appearance of your Web pages by using a style sheet to define elements such as fonts, font size, and page and text colors.
The following topics describe this approach to designing Web application pages:
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.