About 647,000 results
Open links in new tab
  1. 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 …

  2. Understanding Java Transaction API (JTA) Management Tutorial

    Aug 6, 2024 · The Java™ Transaction API (JTA) allows applications to perform distributed transactions, that is, transactions that access and update data on two or more networked …

  3. Java Transaction API - Tpoint Tech

    Java Transaction API (JTA) is a powerful tool that simplifies transaction management in Java applications. In this section, we will explore JTA and demonstrate its usage with some …

  4. JTA Java in Five minutes. Java Transaction API (JTA) is a

    Sep 2, 2023 · Java Transaction API (JTA) is a standard Java API that provides a mechanism for managing distributed transactions across multiple resources. It allows developers to define …

  5. Chapter 11. Java Transaction API (JTA) | Development Guide

    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 …

  6. Java Transaction API - Oracle

    Java Transaction API. JDBC is used to connect to database resources. However, to include all changes to multiple databases within a transaction, you must use the JDBC connections within …

  7. 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 …

  8. Mastering Jee Jta: A Comprehensive Guide to Java Transaction API

    In this comprehensive tutorial, we will dive into Java EE's Java Transaction API (JTA), exploring its core concepts and practical applications. JTA is vital for managing transactions in Java …

  9. java - JTA Transactional Resource Implementation by Example

    The details of how to register with the transaction manager depend on the implementation. For example see this section of the WebLogic documentation: Registering an XAResource to …

  10. 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 …

  11. Some results have been removed
Refresh