CONTENTS | PREV | NEXT | INDEX Designing Enterprise Applications
with the J2EE Platform, Second Edition



11.2 Sample Application Overview

The sample application is a typical e-commerce application: an online pet store enterprise that sells products--animals--to customers. The application has a Web site through which it presents an interface to customers. Administrators and external businesses such as suppliers use other application interfaces to maintain inventory and perform managerial tasks. Each class of users has access to specific categories of functionality, and each interacts with the application through a specific user interface mechanism.

While the application handles most tasks automatically, some tasks must be done manually, such as managing inventory and shipping orders.

You can consider the entire sample application as the Pet Store enterprise. Figure 11.2 provides a high-level view of the business or real-world problem that the application is intended to solve.

.

Figure 11.2 Real-World Business

Conceptually, the business divides into these functional units:



CONTENTS | PREV | NEXT | INDEX
Copyright © 2002 Sun Microsystems, Inc. All Rights Reserved.