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.
-
One SCS implements the search for products.
-
At check out, a filled shopping cart is turned into an order.
-
Payment ensures that the order is paid and provides information about the payment.
-
Shipping sends the goods ...