About 483,000 results
Open links in new tab
  1. Java Transaction API (JTA) - Oracle

    Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications.

  2. Java Transaction API (JTA) Overview | Medium

    Jul 23, 2023 · What is the Java Transaction API (JTA)? The Java Transaction API (JTA) is one of the APIs defined in the Java Enterprise Edition (Java EE) platform, specifically providing a framework for...

  3. Java Transaction API - Tpoint Tech

    Sep 10, 2024 · Java Transaction API, commonly known as JTA, is a Java programming language interface specification that allows developers to manage transactions across multiple resources, such as databases, message queues, and more. It provides a standard way to demarcate and control transaction boundaries, ensuring consistency and reliability.

  4. Jakarta Transactions - Wikipedia

    The Jakarta Transactions (JTA; formerly Java Transaction API), one of the Jakarta EE APIs, enables distributed transactions to be done across multiple X/Open XA resources in a Java environment. JTA was a specification developed under the Java Community Process as JSR 907.

  5. Guide to Jakarta EE JTA - Baeldung

    Jan 8, 2024 · Java Transaction API, more commonly known as JTA, is an API for managing transactions in Java. It allows us to start, commit and rollback transactions in a resource-agnostic way. The true power of JTA lies in its ability to manage multiple resources (i.e. databases, messaging services) in a single transaction.

  6. Introduction to Transactions in Java and Spring - Baeldung

    Jan 8, 2024 · Java Transaction API (JTA) is a Java Enterprise Edition API developed under the Java Community Process. It enables Java applications and application servers to perform distributed transactions across XA resources. JTA is modeled around XA architecture, leveraging two-phase commit.

  7. Java Transaction API - Oracle

    Applications deployed in the application server can demarcate transactions using Java Transaction API (JTA) 10.1. For example, Enterprise Java Beans (EJBs) with bean-managed transactions, servlets, or Java objects that are deployed in the OC4J container can begin and end (demarcate) a transaction.

  8. 51.1 Transactions in Java EE Applications - Oracle

    The Java Transaction API (JTA) allows applications to access transactions in a manner that is independent of specific implementations. JTA specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the transactional application, the Java EE server, and the manager that controls ...

  9. Chapter 11. Java Transaction API (JTA) - Red Hat

    Java Transaction Service (JTS) is a mapping of the Object Transaction Service (OTS) to Java. Java EE applications use the JTA API to manage transactions. JTA API then interacts with a JTS transaction implementation when the transaction manager is switched to JTS mode.

  10. The Java® Transaction API (JTA) allows applications to perform distributed transactions, that is, transactions that access and update data on two or more networked computer resources.

  11. Some results have been removed
Refresh