1
Introduction to Oracle WebLogic Tuxedo Connector Programming 1-1
1
Introduction to Oracle WebLogic Tuxedo Connector Programming
The following sections provide information about the development environment you will be using to write code for applications that interoperate between Oracle WebLogic
Server and Oracle Tuxedo:
■
Section 1.1, Guide to this Document
■
Section 1.2, Developing Oracle WebLogic Tuxedo Connector Applications
■
Section 1.3, Oracle WebLogic Tuxedo Connector JATMI Primitives
■
Section 1.4, Oracle WebLogic Tuxedo Connector TypedBuffers
1.1 Guide to this Document
This document introduces the Oracle WebLogic Tuxedo Connector application development environment. It describes how to develop EJBs that allow Oracle
WebLogic Server to interoperate with Oracle Tuxedo objects.
The document is organized as follows:
■
Chapter 1, Introduction to Oracle WebLogic Tuxedo Connector Programming, provides information about the development environment you will be using to
write code for applications that interoperate between Oracle WebLogic Server and Oracle Tuxedo.
■
Chapter 2, Developing Oracle WebLogic Tuxedo Connector Client EJBs, provides
information on how to create client EJBs.
■
Chapter 3, Developing Oracle WebLogic Tuxedo Connector Service EJBs, provides information on how to create service EJBs.
■
Chapter 4, Using Oracle WebLogic Tuxedo Connector for RMIIIOP and CORBA Interoperability,
provides information on how to develop CORBA applications for the Oracle WebLogic Tuxedo Connector.
■
Chapter 5, Oracle WebLogic Tuxedo Connector JATMI Transactions, provides
information on global transactions and how to define and manage them in your applications.
Note: For information on how to develop Oracle WebLogic Server
Enterprise JavaBeans EJBs, see Programming WebLogic Enterprise JavaBeans for Oracle WebLogic Server.
1-2 Oracle Fusion Middleware WebLogic Tuxedo Connector Programmers Guide for Oracle WebLogic Server
■
Chapter 6, Oracle WebLogic Tuxedo Connector JATMI Conversations, provides
information on conversations and how to define and manage them in your applications.
■
Chapter 7, Using FML with Oracle WebLogic Tuxedo Connector, discusses the
Field Manipulation Language FML and describes how the Oracle WebLogic Tuxedo Connector uses FML.
■
Chapter 8, Oracle WebLogic Tuxedo Connector JATMI VIEWs, provides
information on View buffers and how to define and manage them in your applications.
■
Chapter 9, How to Create a Custom AppKey Plug-in, provides information on
how to develop a Custom AppKey Plug-in.
■
Chapter 10, Application Error Management, provide mechanisms to manage and
interpret error conditions.
1.2 Developing Oracle WebLogic Tuxedo Connector Applications