Chapter 7 Deploying Web Applications in Apache Tomcat


Creating JSPs

Steps To create a JSP:

  1. Create an Object-Oriented Model (OOM) with the Java language.
  2. Select Tools→Create JSP wizard.
  3. Enter the name of the JSP, click Next.
  4. Select a JSP template, click Next.
  5. [optional] Create a component diagram and a component symbol.

If you already have a file and you want to transform the file into a JSP, you can select the file and select Tools→Create JSP.

To define the JSP contents, you can double-click the file object associated with the JSP component or open the file property sheet and click on the Content tab.

For more details about how to create JSP, see the OOM User's Guide.

 


Copyright (C) 2005. Sybase Inc. All rights reserved.