...

/

An Example

An Example

In this lesson, we'll look at an example of an SCS.

E-commerce example #

The drawing above demonstrates how an e-commerce system divided into the bounded contexts search, check-out, payment, and shipping can be implemented with SCSs.

  1. One SCS implements the search for products.

  2. At check out, a filled shopping cart is turned into an order.

  3. Payment ensures that the order is paid and provides information about the payment.

  4. Shipping sends the goods to the customer and offers ...