Java / Java Transactions (JTA)
What is resource adapter in JTA context?
The resource adapter is the component that acts as a communications channel, or request translator, between the "outside world,", the application, and the resource manager. A JDBC driver is an example of resource adapter.
More Related questions...