File: master.xml

package info (click to toggle)
libjboss-microcontainer-java 2.0.0~Beta16-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 15,416 kB
  • ctags: 14,841
  • sloc: java: 88,790; xml: 25,482; makefile: 19; sh: 14
file content (58 lines) | stat: -rw-r--r-- 1,724 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
"../../../../docbook-support/support/docbook-dtd/docbookx.dtd" [
<!ENTITY introduction SYSTEM "modules/introduction.xml">
<!ENTITY installation SYSTEM "modules/installation.xml">
<!ENTITY examples SYSTEM "modules/examples.xml">
<!ENTITY packaging SYSTEM "modules/packaging.xml">
<!ENTITY basics SYSTEM "modules/basics.xml">
<!ENTITY standalone SYSTEM "modules/standalone.xml">
<!ENTITY conclusion SYSTEM "modules/conclusion.xml">
]>
<book lang="en">
  <bookinfo>
    <title>Getting Started with the JBoss Microcontainer</title>

    <subtitle>A Guide for POJO Developers</subtitle>

    <releaseinfo>1.0.2</releaseinfo>
  </bookinfo>

  <toc></toc>

  <preface id="target" revision="1">
    <title>Target Audience</title>

    <para>This guide is aimed at developers who want to use the Microcontainer to assemble their own applications or use it to develop shared services in the JBoss Application Server.</para>
  </preface>

  <preface id="preface" revision="1">
    <title>Preface</title>

    <para>Commercial development support, production support and training for
    the JBoss Microcontainer is available through <ulink
    url="http://www.jboss.com">JBoss Inc.</ulink> The JBoss Microcontainer is
    a project of the JEMS product suite.</para>

    <para>Authors: <itemizedlist spacing="compact">
        <listitem>
          <para>Adrian Brock - JBoss Microcontainer Project Lead and Chief
          Scientist of JBoss Inc.</para>
        </listitem>
      </itemizedlist></para>
  </preface>

  &introduction;

  &installation;

  &examples;

  &basics;
  
  &packaging;

  &standalone;

  &conclusion;
</book>