~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/cosTime/doc/src/ch_introduction.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2000</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>Introduction to cosTime</title>
 
27
    <prepared>Niclas Eklund</prepared>
 
28
    <docno></docno>
 
29
    <date>2000-01-31</date>
 
30
    <rev></rev>
 
31
  </header>
 
32
 
 
33
  <section>
 
34
    <title>Overview</title>
 
35
    <p>The cosTime application is Time and TimerEvent Services compliant with the <url href="http://www.omg.org">OMG</url> 
 
36
      Services CosTime and CosTimerEvent.
 
37
      </p>
 
38
 
 
39
    <section>
 
40
      <title>Purpose and Dependencies</title>
 
41
      <p>This application use <c>calender:now_to_universal_time(Now)</c> to create a 
 
42
        UTC. Hence, the underlying OS must deliver a correct result when calling 
 
43
        <c>erlang:now()</c>.</p>
 
44
      <p><em>cosTime</em> is dependent on  <em>Orber</em>, which provides CORBA functionality in an Erlang environment.</p>
 
45
      <p><em>cosTimerEvent</em> is dependent on  <em>Orber</em> and <em>cosNotification</em>, 
 
46
        which provides CORBA functionality and Event handling in an Erlang environment.</p>
 
47
    </section>
 
48
 
 
49
    <section>
 
50
      <title>Prerequisites</title>
 
51
      <p>To fully understand the concepts presented in the
 
52
        documentation, it is recommended that the user is familiar
 
53
        with distributed programming, CORBA, the Orber and cosNotification applications.
 
54
        </p>
 
55
      <p>Recommended reading includes <em>CORBA, Fundamentals and Programming - Jon Siegel</em> and <em>Open Telecom Platform Documentation Set</em>. It is also helpful to  have read <em>Concurrent Programming in Erlang</em>.</p>
 
56
    </section>
 
57
  </section>
 
58
</chapter>
 
59