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:
- In the menu, select . The Import window opens.
- Click File system and then Next.
- 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.
- In the navigation tree, select the check box beside jsp to
select both index.jsp and result.jsp.
- In the Into folder field, you will see LoanApplicationModuleWebApp\WebContent.
- Select Create selected folders only.
- Check the Overwrite existing resources without warning checkbox
and click Finish.

- Click .