Entering content frameComponent documentation Further Developing the Online Bookshop Locate the document in its SAP Library structure

Purpose

Welcome to the fourth tutorial! In this tutorial, you will further develop the functions of the Online Bookshop.

Introductory Comments

Some important functions, such as customer administration and a shopping basket, are still missing from your online bookshop.

This tutorial shows you how to add these functions to the application. The application is a stateless one (see Structure linkStateful and Stateless Applications), which means that any books selected by the user remain in the shopping basket, even if the connection is interrupted. For example, if the customer is in the middle of ordering a book, goes to visit another site, and then comes back to the bookshop, all the details of the order are still there, thanks to a cookie on the client side which retains the relevant information.

The new bookshop functionality is described under What’s New?.

Integration

Each tutorial builds on the information presented in the previous one. This tutorial requires the Online Bookshop (or Our Little Online Bookshop Using MVC and HTMLB) from Tutorial 3.

Note

You can also read the reference documentation on the Structure linkSAP Web Application Server, which explains the system’s architecture and components:

Features

In this tutorial you will learn how to:

This graphic is explained in the accompanying textLet’s get started!

 

 

Leaving content frame