
You will now add another Web resource, a servlet named QuickReservationServlet, to the Web project.
The servlet is need to handle requests sent from the JSP; to process them; to call the appropriate business methods from the session bean QuickOrderProcessorBeans; and finally to format the data records for display in the JSP.
|
|
The structure of the Web project QuickCarRentalWeb is currently displayed in the J2EE Explorer. |
|
|
The wizard creates the servlet file QuickReservationServlet along with the two methods doGet()and doPost().
Next step: