Thursday, May 24, 2018
Multiple phases commit
psedocode
client invokes System A
System A performs process
if success
System A commits
System A invokes System B
System B performs process
if success
System B commits
System B invokes System N..
System N.. performs process
if success
System N.. commits
else
System N.. rollback
System N.. return false
else
System B rollback
System B return false
else
System A rollback
System A returns fail
to simplified the above logic,
1. process and commit own transaction.
2. invoke external system/process
3.1 if success, return true
3.2 if failed, return false, manual rollback the transaction.
Done!!
Subscribe to:
Post Comments (Atom)
Popular Posts
- Simple number validation in JSF
- How to install PrimeFaces Extensions in a PrimeFaces project
- How to disable Choose button in PrimeFaces fileupload component
- How to add Sequence Generator to a table in Oracle SQL Developer Data Modeler
- How to show wider year range in PrimeFaces Calendar
- Group Chatting with SparkWeb and OpenFire
- How to backup Oracle SQL Developer Data Modeler project
- How to export data model to DDL with Oracle SQL Developer Data Modeler
- How to generate javadoc with Eclipse
- How to transform Play project as Eclipse project
No comments:
Post a Comment