File: master.xml

package info (click to toggle)
libjgroups-java 2.12.2.Final-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,712 kB
  • sloc: java: 109,098; xml: 9,423; sh: 149; makefile: 2
file content (102 lines) | stat: -rw-r--r-- 3,089 bytes parent folder | download | duplicates (4)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" standalone="no"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
        "../../../../docbook-support/support/docbook-dtd/docbookx.dtd" [
        <!ENTITY installation     SYSTEM "modules/installation.xml">
        <!ENTITY sampleapp     SYSTEM "modules/sampleapp.xml">
        ]>

<book>

    <bookinfo>
        <title>JGroups tutorial</title>
        <pubdate>2009</pubdate>
        <authorgroup>
            <author>
                <firstname>Bela</firstname>
                <surname>Ban</surname>
                <affiliation>
                    <orgname>
                        <ulink url="http://www.jgroups.org/">JGroups Project</ulink>
                    </orgname>
                    <address>
                        <email>belaban@yahoo.com</email>
                    </address>
                </affiliation>
            </author>
        </authorgroup>
        <copyright>
            <year>1998-2006</year>
            <holder>Bela Ban</holder>
        </copyright>
         <copyright>
            <year>2006-2011</year>
            <holder>Red Hat Inc</holder>
        </copyright>
        <legalnotice>
            <para>This document is licensed under the
                <ulink url="http://creativecommons.org/licenses/by-sa/3.0/us/legalcode">
                    Creative Commons Attribution-ShareAlike (CC-BY-SA) 3.0
                </ulink>
            </para>
        </legalnotice>
    </bookinfo>

    <preface>
        <title>About the tutorial</title>

        <para>
            This is a short tutorial on how to install JGroups and write a simple application. The goal is to show how to
            configure JGroups and how to write a simple application showing the major methods of the API.
        </para>

        <para>Bela Ban, Kreuzlingen Switzerland August 2007</para>

    </preface>


    &installation;
    &sampleapp;


    <bibliography>

        <bibliomixed id="Ensemble:1997">
            <title>The Ensemble Distributed Communication System</title>
            ,
            <orgname>CS Dept Cornell University</orgname>
            ,
            <pubdate>1997</pubdate>
            .
            <releaseinfo>
                <ulink
                        url="http://www.cs.cornell.edu/Info/Projects/Ensemble/index.html"/>
            </releaseinfo>
            .
        </bibliomixed>

        <bibliomixed id="Gamma:1995">
            <firstname>Erich</firstname>
            <surname>Gamma</surname>
            ,
            <firstname>Richard</firstname>
            <surname>Helm</surname>
            ,
            <firstname>Ralph</firstname>
            <surname>Johnson</surname>
            , and
            <firstname>John</firstname>
            <surname>Vlissides</surname>
            .
            <title>Design Patterns: Elements of Reusable Object-Oriented
                Software</title>
            .
            <publishername>Addison-Wesley</publishername>
            ,
            <pubdate>1995</pubdate>
            .
        </bibliomixed>

    </bibliography>

</book>