![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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™ 2, Enterprise Edition (J2EE) programming, and transaction processing concepts.
This document contains JTA-specific design and development information. For comprehensive guidelines for developing, deploying, and monitoring WebLogic Server applications, see the following documents:
In addition to this document, BEA Systems 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. You can start the Examples server from the Start menu on Windows machines. For Linux and other platforms, you can 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 J2EE 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 J2EE features, and highlights BEA-recommended best practices. MedRec is included in the WebLogic Server distribution, and can be accessed from the Start menu on Windows machines. For Linux and other platforms, you can start MedRec from the WL_HOME\samples\domains\medrec
directory, where WL_HOME
is the top-level installation directory for WebLogic Platform.
The following sections describe new features and changes for JTA in WebLogic Server 9.2:
Note: | WebLogic Server changed substantially in version 9.0, and these changes apply to later releases as well. For a detailed description of features and functionality introduced in WebLogic Server 9.0, see “ What's New in WebLogic Server 9.0”. For information about new and changed functionality in subsequent releases, see the What’s New in WebLogic Server document for each release. |
This feature allows the Logging Last Resource (LLR) transaction optimization to use transaction recovery service migration after a failover. See Failover Considerations for LLR.
![]() ![]() ![]() |