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>
|