docs: update transaction script

This commit is contained in:
Ilkka Seppälä
2024-05-22 18:24:00 +03:00
parent b3abdb3341
commit 8ed580018c
3 changed files with 60 additions and 47 deletions
@@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory;
/**
* Transaction Script (TS) is one of the simplest domain logic pattern.
* It needs less work to implement than other domain logic patterns and therefore
* It needs less work to implement than other domain logic patterns, and therefore
* its perfect fit for smaller applications that don't need big architecture behind them.
*
* <p>In this example we will use the TS pattern to implement booking and cancellation