< Previous | Next >

Lesson 1.2: Create a Faces JSP file

Before you begin, you must complete Lesson 1.1: Setting up the workspace and creating a Web project.
You can create a Faces JSP file on which the created Web service proxy code will reside by following the proceeding steps:
  1. Expand the Web project that you created, and select the WebContent folder.
  2. From the File menu, click New > Other > Web > Web Page.
  3. Select a name for the Faces JSP file. Ensure that the JSP template is selected from the template list, and click Finish. For this tutorial, the file will be called WSProxy.jsp. The Faces JSP file that you have created opens in an editor. Your workspace should now look similar to the following figure:
    JSF open in the workspace with Data view available in the Palette

Lesson checkpoint

< Previous | Next >