
Primary Presentation
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 implementationwaf::controller::web::DefaultWebController
.
There is no clear rationale behind this decision besides a mistake.