This website is preserved for historical and scholarly reference and is no longer actively maintained.
EJB- Transactions
s
Any good database software supports a
transaction model that provides
n
Read/write
n
Commit
n
Rollback
s
EJB uses Java SQL to talk to database
s
Database handles the actions
s
Trade-off: how often is data committed?