EJB- Transactions
sAny good database software supports a transaction model that provides
nRead/write
nCommit
nRollback
sEJB uses Java SQL to talk to database
sDatabase handles the actions
sTrade-off: how often is data committed?