Update of "Example application"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: d4b11ecef1e1d985eb96b141caa3ce373395634a
Page Name:Example application
Date: 2014-07-04 00:59:53
Original User: timoteo
Parent: b0adb964824c1aa3a2215409f742a33c212a1e4c (diff)
Content

Book store

BookStore is a book sales store selling reading-related articles, which has defined that online sales are the next step in their business goals. Such sales need to have an additional cost since the transactions will be performed by a third-party banking system.

Besides that they want to keep a registry of all sales, books inventory and books data, this is meant for possible marked analysis and customer experience studies.

For the future mobile support must be possible, so this is an application with possible expansion in the long-term. From the identified use cases we just take the most simple one for our example:

Now, applying what we have from DCI and our personal experience we defined the following architecture for the application.



As you can see there's a clear border between the application and the exterior, having the adapters as only interactors between both worlds we ensure that the application's functionality will be in a single place, having multiple access methods.

Once you run the application you will have a clean web-UI adapter that runs the intended application in a very raw form.