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

« back to all changes in this revision

Viewing changes to system/doc/Books/src/orber_ic.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>1999</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 and IDL Applications </title>
 
27
    <prepared></prepared>
 
28
    <docno>EN/LZT 151 810 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 and IDL</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 standard.
 
68
        These applications are:</p>
 
69
      <list type="bulleted">
 
70
        <item>
 
71
          <p><em>IC</em>, a compiler for OMG Interface Definition
 
72
            Language (IDL).
 
73
            The OMG IDL is used for 
 
74
            language-independent interface specifications.</p>
 
75
          <p>The compiler 
 
76
            is capable of producing;</p>
 
77
          <list type="bulleted">
 
78
            <item>Erlang stub/skeleton code for CORBA (default behavior)</item>
 
79
            <item>Erlang stub/skeleton code for OTP generic servers</item>
 
80
            <item>C stub/skeleton code for OTP generic servers</item>
 
81
            <item>Java stub/skeleton code for OTP generic servers</item>
 
82
            <item>Erlang code for module interfaces</item>
 
83
          </list>
 
84
        </item>
 
85
        <item><em>Orber</em>, which is an Object Request Broker that can be
 
86
         used for
 
87
         accessing distributed services in an 
 
88
         soft real-time environment. It is especially useful for applications
 
89
         that use a heterogeneous 
 
90
         language environments.</item>
 
91
      </list>
 
92
    </preface>
 
93
  </preamble>
 
94
  <pagetext>IC</pagetext>
 
95
  <parts lift="no">
 
96
    <title>IC User's Guide </title>
 
97
    <include file="../../../../libraries/ic/doc/src/part"></include>
 
98
  </parts>
 
99
  <applications>
 
100
    <include file="../../../../libraries/ic/doc/src/application"></include>
 
101
  </applications>
 
102
  <pagetext>Orber</pagetext>
 
103
  <parts lift="no">
 
104
    <title>Orber User's Guide</title>
 
105
    <include file="../../../../libraries/orber/doc/src/part"></include>
 
106
  </parts>
 
107
  <applications>
 
108
    <include file="../../../../libraries/orber/doc/src/application"></include>
 
109
  </applications>
 
110
  <pagetext>Erlang/OTP CORBA and IDL</pagetext>
 
111
</book>
 
112