< Previous | Next >

Importing the JSPs

You will use JavaServer Pages (JSPs) to invoke the EJBs and obtain user input to test the loan application.

JSPs act as extensions to HTML or XML tags by implementing dynamic content within static content, such as web pages. To import the JSPs to test the application, follow these steps:
  1. In the menu, select File > Import. The Import window opens.
  2. Click File system and then Next.
  3. In the From directory list, type <WSInstallDir>\wstools\eclipse\plugins\com.ibm.wbit.samples.content_6.0.2\scenarioparts\loanapplication\web\jsp where <WSInstallDir> is the product's install directory.
  4. In the navigation tree, select the check box beside jsp to select both index.jsp and result.jsp.
  5. In the Into folder field, you will see LoanApplicationModuleWebApp\WebContent.
  6. Select Create selected folders only.
  7. Check the Overwrite existing resources without warning checkbox and click Finish.
    Import the JSPs from the file system
  8. Click File > Save.

Feedback
(C) Copyright IBM Corporation 2005, 2007. All Rights Reserved.
< Previous | Next >