Update transaction-script/Readme.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
Ashish Trivedi
2020-08-09 00:51:44 +05:30
committed by GitHub
parent c0acaf073b
commit 5bfaeffecf

View File

@ -9,7 +9,7 @@ tags:
---
## Intent
Transaction script(TS) is mainly used in small applications where nothing complex is done and bigger architecture's are not needed.
Transaction Script organizes business logic by procedures where each procedure handles a single request from the presentation.
## Explanation
Real world example