PackageDescription: ShoppingDemo


Shopping Demo

Last published: March 13, 2002 by 'smichael'

Defines 6 Classes
Extends 6 Classes


This parcel contains a simple (very simple) shopping cart demo, for a
Toy Store named ToyzInc.

The domain logic uses an architecture relatively similar to the standard
VisualWorks application model, adapted to the web. A single servlet
handles all input, and delegates to the ShoppingSite object, which acts
as a glue layer to the actual domain objects.