Contents
Primary Presentation
Element Catalog
Context Diagram
Variability Guide
Rationale
Related Views
Primary Presentation

Visio file
Element CatalogOpcApp
OpcApp stands for Order Processing Center Application. The business logic of the Adventure Builder is implemented in this module. It provides the following functionality:
...
Contains an entity bean to persist a purchase order. The entity bean uses container-managed persistence (CMP).
Context DiagramN/A
Variability GuideN/A
Rationale
The choice of EJBs in the implementation, including session beans, message-driven beans and entity beans is based on:
- Developers are familiar with EJB development and component-based development.
- These highly modular EJB components promote reuse.
Related Views