a guideline is to use
ejb if you are using transactions but i could do transactions without ejb by just using
jdbc. what is the difference?
are they the same when i connect to just one transaction aware system (such as an oracle database)?
does the difference come into play when i want a transaction to span multiple transaction aware systems like oracle and db2?