1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.2 -->
<HTML>
<HEAD>
<TITLE>Introduction to cosTransactions</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="2"><!-- Empty --></A>
<H2>2 Introduction to cosTransactions</H2>
<A NAME="2.1"><!-- Empty --></A>
<H3>2.1 Overview</H3>
<P>The cosTransactions application is a Transaction Service compliant with the <A TARGET="_top" HREF="http://www.omg.org">OMG</A>
Transaction Service CosTransactions 1.1.
<A NAME="2.1.1"><!-- Empty --></A>
<H4>2.1.1 Purpose and Dependencies</H4>
<P> <STRONG>cosTransactions</STRONG> is dependent on <STRONG>Orber version 3.0.1</STRONG> or later(see the Orber
documentation), which provides CORBA functionality in an Erlang environment.
<P> <STRONG>cosTransactions</STRONG> is dependent on <STRONG>supervisor/stdlib-1.7</STRONG> or later.
<P> Basically, cosTransaction implements a <STRONG>two-phase commit protocol</STRONG> and allows objects running
on different platforms to participate in a transaction.
<A NAME="2.1.2"><!-- Empty --></A>
<H4>2.1.2 Prerequisites</H4>
<P> To fully understand the concepts presented in the
documentation, it is recommended that the user is familiar
with distributed programming, CORBA and the Orber application.
<P> Recommended reading includes <STRONG>CORBA,
Fundamentals and Programming - Jon Siegel</STRONG> and <STRONG> Open Telecom Platform Documentation
Set</STRONG>. It is also helpful to have read
<STRONG> Concurrent Programming in Erlang</STRONG> and, for example, <STRONG> Transaction Processing: concepts and techniques - Jim Gray, Andreas Reuter</STRONG>.
<P>
<TABLE CELLPADDING=4>
<TR>
<TD VALIGN=TOP><IMG ALT="Note!" SRC="note.gif"></TD>
<TD>
<P>
The cosTransaction application is compliant with the OMG CosTransactions specification 1.1. Using
other vendors transaction service, compliant with the OMG CosTransactions specification 1.0, may
not work since the <CODE>'TRANSACTION_REQUIRED', 'TRANSACTION_ROLLEDBACK'</CODE> and <CODE>'INVALID_TRANSACTION'</CODE>
exceptions have been redefined to be system exceptions, i.e., used to be transaction-specific ('CosTransactions_Exc').
</TD>
</TR>
</TABLE>
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2004
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|