...
- From Sun's documentation we get a diagram with runtime implications:
Source: Figure 11.6 Functional Modules for the Sample Application Web Site., (Diagram in MS Visio format)
* The Order Message module is not called in the petstore application.- The Product Catalog does not invoke or controls the Control module.
- The Control module is a very high-level abstraction. Its granularity does not correspond to the granularity of the other modules, i.e., Sign On in a namespace in the components package whie Control expands through several packages: waf, petstore and some in the components package.
- There is still no clear indication of what role the user, the Site Home Page and the squared box play in the diagram
...