Start of Content Area

Component documentation Implementing a Web Application  Locate the document in its SAP Library structure

 

In this unit, you will learn about all the steps you need to take to develop the Web resources for the car rental Web client in the Developer Studio.

To start with, you will create a special project known as a Web Module project. Using this generated standard project as a starting point, you will create and implement a JSP and a servlet. You will then define the user interface for the Web client using this JSP. You will implement the servlet such that it can handle requests from the JSP, call the session bean business methods, and format the data for renewed display in the JSP.

 

Next step:

Creating a Web Module Project

 

 

End of Content Area