~ubuntu-branches/ubuntu/trusty/libbonobo/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/activation-api/html/tutorial.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 16:38:13 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070917163813-sg2l3nt1q6s3lybq
Tags: 2.20.0-0ubuntu1
* New upstream version:
  - Add unit test for bug 427992.
  - Align configure switches
  - Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>Bonobo Activation tutorial</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="Bonobo Activation API Reference Manual">
8
8
<link rel="up" href="index.html" title="Bonobo Activation API Reference Manual">
9
9
<link rel="prev" href="index.html" title="Bonobo Activation API Reference Manual">
31
31
<div class="titlepage"><div><div><h2 class="title">
32
32
<a name="tutorial"></a>Bonobo Activation tutorial</h2></div></div></div>
33
33
<div class="toc"><dl>
34
 
<dt><span class="sect1"><a href="tutorial.html#id2547139">What is Bonobo Activation ?</a></span></dt>
 
34
<dt><span class="sect1"><a href="tutorial.html#id2692588">What is Bonobo Activation ?</a></span></dt>
35
35
<dd><dl>
36
 
<dt><span class="sect2"><a href="tutorial.html#id2511245">The need for a replacement</a></span></dt>
37
 
<dt><span class="sect2"><a href="tutorial.html#id2512611">Getting started</a></span></dt>
 
36
<dt><span class="sect2"><a href="tutorial.html#id2692605">The need for a replacement</a></span></dt>
 
37
<dt><span class="sect2"><a href="tutorial.html#id2657394">Getting started</a></span></dt>
38
38
</dl></dd>
39
39
<dt><span class="sect1"><a href="checklist.html">Checklist</a></span></dt>
40
 
<dd><dl><dt><span class="sect2"><a href="checklist.html#id2556072">The non-local case</a></span></dt></dl></dd>
 
40
<dd><dl><dt><span class="sect2"><a href="checklist.html#id2701573">The non-local case</a></span></dt></dl></dd>
41
41
</dl></div>
42
42
<div class="sect1" lang="en">
43
43
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
44
 
<a name="id2547139"></a>What is Bonobo Activation ?</h2></div></div></div>
 
44
<a name="id2692588"></a>What is Bonobo Activation ?</h2></div></div></div>
45
45
<p>
46
46
   Bonobo Activation (originally named OAF) was designed as a replacement for the limited libgnorba library used
47
47
   in older GNOME released. bonobo-activation is responsible on GNOME 2.x systems for
52
52
   </p>
53
53
<div class="sect2" lang="en">
54
54
<div class="titlepage"><div><div><h3 class="title">
55
 
<a name="id2511245"></a>The need for a replacement</h3></div></div></div>
 
55
<a name="id2692605"></a>The need for a replacement</h3></div></div></div>
56
56
<p>
57
57
      Gnorba works well in a limited number of cases and suffers of a 
58
58
      number of design issues. More specifically:
78
78
      </p>
79
79
<p>
80
80
      Bonobo Activation was designed to address these issues. The remote issue is completely solved
81
 
      by the Bonobo Activation daemon (see <a href="architecture.html" title="Bonobo Activation Architecture"><i>Bonobo Activation Architecture</i></a>), the evil hacks regarding X are
 
81
      by the Bonobo Activation daemon (see <a class="xref" href="architecture.html" title="Bonobo Activation Architecture"><i>Bonobo Activation Architecture</i></a>), the evil hacks regarding X are
82
82
      part of our past and the grand <span class="emphasis"><em>OAF query langage</em></span> (see 
83
 
      <a href="query-langage.html" title="Bonobo Activation Query Langage"><i>Bonobo Activation Query Langage</i></a>) gives you the ability to perform arbitrary queries
 
83
      <a class="xref" href="query-langage.html" title="Bonobo Activation Query Langage"><i>Bonobo Activation Query Langage</i></a>) gives you the ability to perform arbitrary queries
84
84
      on the database of CORBA servers.
85
85
      </p>
86
86
<p>
107
107
</div>
108
108
<div class="sect2" lang="en">
109
109
<div class="titlepage"><div><div><h3 class="title">
110
 
<a name="id2512611"></a>Getting started</h3></div></div></div>
 
110
<a name="id2657394"></a>Getting started</h3></div></div></div>
111
111
<p>
112
112
      Here follows a very simple-stupid example of what you can do with Bonobo Activation.
113
113
      The complete API description of bonobo activation, the Bonobo Activation query langage reference and the
114
114
      <code class="filename">.server</code> file format reference are included in this 
115
 
      document and are recommended readings. Reading <a href="architecture.html" title="Bonobo Activation Architecture"><i>Bonobo Activation Architecture</i></a> is
 
115
      document and are recommended readings. Reading <a class="xref" href="architecture.html" title="Bonobo Activation Architecture"><i>Bonobo Activation Architecture</i></a> is
116
116
      also a good idea.
117
117
      </p>
118
118
</div>