Creating a Simple JSP Page

The following steps describe how to create a simple JSP page:

  1. In the Application Navigator, right-click the View project and choose New from the shortcut menu.
  2. In the New Gallery, select the All Technologies tab.
  3. Expand the Web Tier node from the Categories list and select JSP.
  4. In the Items list, select JSP and click OK.

    Figure 4-2 Creating a JSP Page

    Description of Figure 4-2 follows
    Description of "Figure 4-2 Creating a JSP Page"

    The Create JSP dialog box is displayed.

  5. On the Create JSP dialog box, enter employees.jsp in the File Name text box and click OK. The new page opens in the JSP/HTML Visual Editor and is ready for you to start adding text and components to your web page.