Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Primary Presentation

Generalization
Diagram in MS Visio format

Element Catalog

under the namespace waf::controller::ejb

under the namespace waf::controller::web

under the namespace waf::event

Variability Guide

None.

Other Information

There are a couple places where the expected inheritance behavior is not followed:

  • petstore::controller::events::OrderEventResponse implements waf::event<interface>EventResponse instead of inheriting from its default implementation: waf::event::EventResponseSupport.
  • petstore::controller::web::ShoppingWebController implements waf::controller::web::<interface>WebController instead of inheriting from its default implementation waf::controller::web::DefaultWebController.

There is no clear rationale behind this decision besides a mistake.

Related Views

Back to the Pet Store SAD main page

  • No labels