Oracle® Fusion Middleware Programming JTA for Oracle WebLogic Server 11g Release 1 (10.3.5) Part Number E13731-04 |
|
|
View PDF |
This section describes the contents and organization of this guide—Programming WebLogic JTA.
This document is written for application developers who are interested in building transactional Java applications that run in the WebLogic Server environment. It is assumed that readers are familiar with the WebLogic Server platform, Java Platform, Enterprise Edition (Java EE) programming, and transaction processing concepts.
This chapter, Chapter 1, "Introduction and Roadmap," introduces the organization of this guide.
Chapter 2, "Introducing Transactions," introduces transactions in EJB and RMI applications running in the WebLogic Server environment. This chapter also describes distributed transactions and the two-phase commit protocol for enterprise applications.
Chapter 3, "Configuring Transactions," describes how to administer transactions in the WebLogic Server environment.
Chapter 4, "Managing Transactions," provides information on administration tasks used to manage transactions.
Chapter 5, "Transaction Service," describes the WebLogic Server Transaction Service.
Chapter 6, "Java Transaction API and Oracle WebLogic Extensions," provides a brief overview of the Java Transaction API (JTA).
Chapter 8, "Transactions in EJB Applications," describes how to implement transactions in EJB applications.
Chapter 9, "Transactions in RMI Applications," describes how to implement transactions in RMI applications.
Chapter 10, "Using JDBC XA Drivers with WebLogic Server," describes how to configure and use third-party XA drivers in transactions.
Chapter 11, "Coordinating XAResources with the WebLogic Server Transaction Manager," describes how to configure third-party systems to participate in transactions coordinated by the WebLogic Server transaction manager.
Chapter 12, "Participating in Transactions Managed by a Third-Party Transaction Manager," describes the process for configuring and participating in foreign-managed transactions.
Chapter 13, "Troubleshooting Transactions," describes how to perform troubleshooting tasks for applications using JTA.
This document contains JTA-specific design and development information. For comprehensive guidelines for developing, deploying, and monitoring WebLogic Server applications, see the following documents:
Developing Applications for Oracle WebLogic Server is a guide to developing WebLogic Server applications.
Deploying Applications to Oracle WebLogic Server is the primary source of information about deploying WebLogic Server applications.
In addition to this document, Oracle provides a variety of code samples and tutorials for developing transactional applications. The examples and tutorials illustrate WebLogic Server in action, and provide practical instructions on how to perform key application development tasks. Start the Examples server from the Start menu on Windows machines. For Linux and other platforms, start the Examples server from the WL_HOME
\samples\domains\wl_server
directory, where WL_HOME
is the top-level installation directory for WebLogic Platform.
MedRec is an end-to-end sample Java EE application shipped with WebLogic Server that simulates an independent, centralized medical record management system. The MedRec application provides a framework for patients, doctors, and administrators to manage patient data using a variety of different clients.
MedRec demonstrates WebLogic Server and Java EE features, and highlights Oracle-recommended best practices. MedRec is included in the WebLogic Server distribution, and is accessed from the Start menu on Windows machines. For Linux and other platforms, start MedRec from the WL_HOME
\samples\domains\medrec
directory, where WL_HOME
is the top-level installation directory for WebLogic Platform.
For a comprehensive listing of the new WebLogic Server features introduced in this release, see What's New in Oracle WebLogic Server.