Import the beans

First you must import the beans to be used by the Web application: After importing the beans, you will import the JSP files which invoke the beans. You may wish to open the class Caller.java to learn how to invoke a stand-alone reference in a module from a JSP or Java class.
Follow these steps to import the beans:
  1. From the menu, select File > Import. The Import window opens.
  2. Click Next.
  3. In the From directory list, type WSInstallDir\wstools\eclipse\plugins\com.ibm.wbit.samples.content_6.0.0\scenarioparts\eMerged\web\bean.
  4. Click Select All.
  5. In the Into folder field, type eMergedModuleWeb\JavaSource\com\emerged\jspbeans.
  6. Select the Overwrite existing resources without warning check box.
  7. Click Create selected folders only.
    Picture of the Import window
  8. Click Finish.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.