
Originally Posted by
mettus
... these are the layers i have in jar file
Service layer - which is accessed by web applications
- relies on Broker layer for actual database operations
Broker Layer - does actual database access and update work.
i defined the transactions at Broker level in the jar file.
Now can the Broker layer participate in the existing transaction if the web application makes the service layer participate in the transaction that initiates?
Please let me know if i got it right.
Thanks,
-Mettu.