I seem to be finding this term often, "Local Transaction Optimization". Can somebody explain this to me please. I may or may not win the book today, but atleast I can get my most of my questions answered by the EJB gurus out there. I wish we had this promotion every month
You can win a book every week. The container may use a local transaction optimization for enterprise beans whose deployment descriptor indicates that connections to a resource manager are shareable. Suppose an application acccess the same resource at several points in an transaction, it is possible to use the same connection to the resource rather than different connection since these connection refer to the sam resource provided that connections to a resource manager are shareable.