February 2015
Intermediate to advanced
338 pages
8h 16m
English
So that we can show you what it’s like to have a flickering scenario, we’ll start by changing the architecture underneath the same test code. We’ll demonstrate the flickering scenario and, in a final flourish, fix it by changing the tests to use sampling to synchronize with the system.
The Account class is where the ATM is going to interface with our new back-end services. As shown in Figure 3, Enterprise messaging architecture, the two touch points are the TransactionQueue and the BalanceStore. Let’s design the interfaces to those objects by changing our Account class to use two imaginary objects that can talk to these services:
| message_queues/01/src/main/java/nicebank/Account.java ... |