~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to system/doc/Books/src/corba_service.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE book SYSTEM "book.dtd">
 
3
 
 
4
<book>
 
5
  <header titlestyle="special">
 
6
    <copyright>
 
7
      <year>2001</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>Erlang 5.1/OTP R8 CORBA Services </title>
 
27
    <prepared></prepared>
 
28
    <docno>EN/LZT 151 ??? R1</docno>
 
29
    <date>1997-05-27</date>
 
30
    <rev></rev>
 
31
    <abbreviation></abbreviation>
 
32
  </header>
 
33
  <insidecover>
 
34
    <include file="insidecover"></include>
 
35
  </insidecover>
 
36
  <pagetext>Erlang/OTP CORBA Services</pagetext>
 
37
  <preamble>
 
38
    <contents level="2"></contents>
 
39
    <preface>
 
40
      <p><em>Introduction</em>        <br></br>
 
41
 
 
42
        This documentation describes the Open 
 
43
        Telecom Platform (Erlang/OTP), a middle-ware based on the Erlang
 
44
        programming language, aiming at providing time-saving and flexible 
 
45
        development for robust, adaptable telecom systems.</p>
 
46
      <p><em>Organization of the Documentation</em>        <br></br>
 
47
 
 
48
        The documentation is divided into eight parts:</p>
 
49
      <list type="bulleted">
 
50
        <item>Erlang 5.0/OTP R7 System Documentation, EN/LZT 1084095 R1</item>
 
51
        <item>Erlang 5.0/OTP R7 Run-Time System and Basic Applications, 
 
52
         EN/LZT 108 4106 R1</item>
 
53
        <item>Erlang 5.0/OTP R7 Standard Library Application, EN/LZT 108 4107 
 
54
         R1</item>
 
55
        <item>Erlang 5.0/OTP R7 Database Applications, EN/LZT 108 194 R3</item>
 
56
        <item>Erlang 5.0/OTP R7 CORBA and IDL Applications,
 
57
         EN/LZT 151 810 R2</item>
 
58
        <item>Erlang 5.0/OTP R7 Interface and Communication Applications, 
 
59
         EN/LZT 108 4110 R1</item>
 
60
        <item>Erlang 5.0/OTP R7 Operation and Maintenance Applications, 
 
61
         EN/LZT 108 4108 R1</item>
 
62
        <item>Erlang 5.0/OTP R7 Tool Applications, EN/LZT 108 4109 R1</item>
 
63
      </list>
 
64
      <p><em>About this Book</em>        <br></br>
 
65
</p>
 
66
      <p>This book contains documentation about the six applications in Erlang/OTP that
 
67
        implement the CORBA services.
 
68
        These applications are:</p>
 
69
      <list type="bulleted">
 
70
        <item><em>cosEvent</em>, an Erlang implementation of the 
 
71
         CORBA service CosEvent.</item>
 
72
        <item><em>cosEventDomain</em>, an Erlang implementation of the 
 
73
         CORBA service CosEventDomainAdmin.</item>
 
74
        <item><em>cosFileTransfer</em>, an Erlang implementation of the 
 
75
         CORBA service CosFileTransfer.</item>
 
76
        <item><em>cosNotificaton</em>, an Erlang implementation of the 
 
77
         CORBA service CosNotification.</item>
 
78
        <item><em>cosProperty</em>, an Erlang implementation of the 
 
79
         CORBA service CosProperty.</item>
 
80
        <item><em>cosTime</em>, an Erlang implementation of the 
 
81
         CORBA service CosTime.</item>
 
82
        <item><em>cosTransaction</em>, an Erlang implementation of the 
 
83
         CORBA service CosTransaction.</item>
 
84
      </list>
 
85
    </preface>
 
86
  </preamble>
 
87
  <pagetext>cosEvent</pagetext>
 
88
  <parts lift="no">
 
89
    <title>cosEvent User's Guide</title>
 
90
    <include file="../../../../libraries/cosEvent/doc/src/part"></include>
 
91
  </parts>
 
92
  <applications>
 
93
    <include file="../../../../libraries/cosEvent/doc/src/application"></include>
 
94
  </applications>
 
95
  <pagetext>cosEventDomain</pagetext>
 
96
  <parts lift="no">
 
97
    <title>cosEventDomain User's Guide</title>
 
98
    <include file="../../../../libraries/cosEventDomain/doc/src/part"></include>
 
99
  </parts>
 
100
  <applications>
 
101
    <include file="../../../../libraries/cosEventDomain/doc/src/application"></include>
 
102
  </applications>
 
103
  <pagetext>cosFileTransfert</pagetext>
 
104
  <parts lift="no">
 
105
    <title>cosFileTransfer User's Guide</title>
 
106
    <include file="../../../../libraries/cosFileTransfer/doc/src/part"></include>
 
107
  </parts>
 
108
  <applications>
 
109
    <include file="../../../../libraries/cosFileTransfer/doc/src/application"></include>
 
110
  </applications>
 
111
  <pagetext>cosNotification</pagetext>
 
112
  <parts lift="no">
 
113
    <title>cosNotification User's Guide</title>
 
114
    <include file="../../../../libraries/cosNotification/doc/src/part"></include>
 
115
  </parts>
 
116
  <applications>
 
117
    <include file="../../../../libraries/cosNotification/doc/src/application"></include>
 
118
  </applications>
 
119
  <pagetext>cosTime</pagetext>
 
120
  <parts lift="no">
 
121
    <title>cosTime User's Guide</title>
 
122
    <include file="../../../../libraries/cosTime/doc/src/part"></include>
 
123
  </parts>
 
124
  <applications>
 
125
    <include file="../../../../libraries/cosTime/doc/src/application"></include>
 
126
  </applications>
 
127
  <pagetext>cosProperty</pagetext>
 
128
  <parts lift="no">
 
129
    <title>cosProperty User's Guide</title>
 
130
    <include file="../../../../libraries/cosProperty/doc/src/part"></include>
 
131
  </parts>
 
132
  <applications>
 
133
    <include file="../../../../libraries/cosProperty/doc/src/application"></include>
 
134
  </applications>
 
135
  <pagetext>Erlang/OTP CORBA Services</pagetext>
 
136
</book>
 
137