Entering content frame

Procedure documentation Creating the JSP quickCarRentalView Locate the document in its SAP Library structure

 

To develop the user interface for the car rental application, you will create and implement a JSP named QuickCarRentalView. When doing so, you should define only two areas in this user interface, each of which will contain a corresponding HTML table.

The first HTML table implements an input form for the new booking data for the rental of the car. There should also be a button on this input form and a linked action for sending a new data record to the database.

The second HTML table displays the current bookings. Each booking can be cancelled by means of an appropriate action.

Prerequisites

This graphic is explained in the accompanying textThis graphic is explained in the accompanying text

The structure of your project QuickCarRentalWeb is currently displayed in the J2EE Explorer.

 

Procedure

...

       1.      In the J2EE Explorer, to open the relevant wizard, choose New ® JSP… from the context menu of the project node QuickCarRentalWeb.

       2.      In JSP Name, enter quickCarRentalView.

 

This graphic is explained in the accompanying text

 

       3.      Choose Finish.

Result

The wizard creates the file quickCarRentalView.jspin the project folder webContent. The associated JSP Editor opens automatically and displays a default message in the Preview.

This graphic is explained in the accompanying text

 

Next step:

Adding Source Code

 

 

Leaving content frame