Answered Questions

  • what is the difference between distributed transactions and Flat transactions in EJB?

    imran

    • Jan 3rd, 2017

    Flat transaction send out requests to different servers and each request is completed before client goes to the next one. Nested transaction allows sub-transactions at the same level to execute concurrently

    Ahmed EL-Ghonimy

    • Mar 17th, 2016

    This question is tricky and wrong because comparing a Transaction Model with a transaction type is not correct. Flat transactions could be local (standard) or global (distributed). If it were straight forward, it would compare between flat and nested transactions.