File: bootstrap.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 (30 lines) | stat: -rw-r--r-- 1,032 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
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="bootstrap">
  <title>Bootstrapping the Kernel</title>

  <para>The bootstrap provides a simple mechanism for bootstrapping the microcontainer.</para>

  <sect1 id="bootstrap-overview">
    <title>Bootstrap - bootstrapping</title>

    <para>This bootstrap creates and configures the microcontainer. This
    involves creating a KernelConfig
    from which the KernelFactory
    can be instantiated using the KernelInstantiator.</para>
  </sect1>

  <sect1 id="config-overview">
    <title>Config - bootstrap configuration</title>

    <para>This KernelConfig provides the mechanism to configure the bootstrap
    including how the core kernel services are instantiated and
    configured.</para>
  </sect1>

  <sect1 id="kernelfactory-overview">
    <title>KernelFactory - kernel instantiation</title>

    <para>The KernelFactory is responsible for initializing and configuring
    the kernel services using information provided by the KernelConfig.</para>
  </sect1>
</chapter>