Приглашаем посетить
Орловка (orlovka.niv.ru)

Chapter 33. An Ecommerce Application

Previous
Table of Contents
Next

Chapter 33. An Ecommerce Application

For the last major application sample, we write an ecommerce application, letting users browse through a set of products and add them to a shopping cart. We then have a complete checkout sequence, via which users enter billing, shipping, and payment information. This application demonstrates the most complicated series of page progressions we have seen thus far.

Covered in this chapter:

  • Installation and running of the sample application

  • The application structure

  • Highlights of key code from the application, including looking at how to use transactions to ensure the integrity of our database

  • Suggestions and exercises for further developing and expanding the application


Previous
Table of Contents
Next