 |
Use Cases
Assumptions
- Catalog system has a web GUI
- Clean separation between GUI and business logic
- Other (non GUI) systems need to access the business logic
For simplicity's sake, we have a shallow object hierarchy. We're contriving
simplicity and avoiding a terribly complex class hierarchy and object
compositions so we can stay focused on the SOAP services.
The latter use case will be fulfilled with our web services interface.
|