[jboss-cvs] JBossAS SVN: r68026 - projects/microcontainer/trunk/docs/User_Guide/src/main/docbook.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 7 06:22:02 EST 2007


Author: newtonm
Date: 2007-12-07 06:22:02 -0500 (Fri, 07 Dec 2007)
New Revision: 68026

Modified:
   projects/microcontainer/trunk/docs/User_Guide/src/main/docbook/User_Guide.xml
Log:
Added Writing deployment descriptors chapter.

Modified: projects/microcontainer/trunk/docs/User_Guide/src/main/docbook/User_Guide.xml
===================================================================
--- projects/microcontainer/trunk/docs/User_Guide/src/main/docbook/User_Guide.xml	2007-12-07 11:09:50 UTC (rev 68025)
+++ projects/microcontainer/trunk/docs/User_Guide/src/main/docbook/User_Guide.xml	2007-12-07 11:22:02 UTC (rev 68026)
@@ -1074,6 +1074,9 @@
     <chapter>
       <title>Creating POJOs</title>
       <section>
+        <title>Writing deployment descriptors</title>
+      </section>
+      <section>
         <title>Defining classloaders</title>
         <para>In order to create POJO instances we must first load the corresponding POJO classes into the JVM using a classloader. JBoss Microcontainer does this by using  the classloader associated with the current thread of execution, i.e. the thread context classloader. But what do we mean by the current thread of execution and who sets its context  classloader?</para>
         <para>In all of our examples so far we have created applications that only use a  single thread. This is the &apos;primordial&apos; thread created by the main() function:</para>
@@ -1196,12 +1199,9 @@
         </note>
       </section>
       <section>
-        <title>Using constructors</title>
+        <title>Using constructors and factories</title>
       </section>
       <section>
-        <title>Using factory methods</title>
-      </section>
-      <section>
         <title>Using JavaBean XML</title>
       </section>
       <section>




More information about the jboss-cvs-commits mailing list