Instructions For Running The JSP Multi Row Edit Sample

Overview

The goal of this sample application is to demonstrate how JSP screens can provide a multi row spreadsheet like editing facility.

Requirements

You must have Oracle JDeveloper version 10g and access to the Oracle HR common schema, using a connection called  hr_conn Connection

To install the common schema on a earlier version of the database following these instructions.

Before running the demo for the first time carry out the following

  1. Right click on the Model project and select Project Properties.
  2. Click on Business Components in the left pane.
  3. Check to make sure that the connection is set to hr_conn.
  4. Click OK.

Steps to run the application

Running the JSP application requires the following:

  1. Open the View project and locate the index.jsp file.
  2. Run the index.jsp file in the View project by right-clicking on and selecting Run index.jsp.