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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 3 05:32:20 EST 2007


Author: newtonm
Date: 2007-12-03 05:32:20 -0500 (Mon, 03 Dec 2007)
New Revision: 67768

Modified:
   projects/microcontainer/trunk/docs/User_Guide/src/main/docbook/User_Guide.xml
Log:
Added chapter titles for POJO and AOP development parts. Removed Integrating the Microcontainer part.

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-03 09:18:35 UTC (rev 67767)
+++ projects/microcontainer/trunk/docs/User_Guide/src/main/docbook/User_Guide.xml	2007-12-03 10:32:20 UTC (rev 67768)
@@ -906,47 +906,119 @@
   </part>
   <part>
     <title>POJO Development</title>
-  </part>
-  <part>
-    <title>AOP Development</title>
-  </part>
-  <part>
-    <title>Extending the Microcontainer</title>
     <chapter>
-      <title>Guice Extensions </title>
+      <title>Introduction</title>
+      <para/>
     </chapter>
     <chapter>
-      <title>OSGi Extensions</title>
+      <title>Running the examples</title>
+      <para>To give you</para>
     </chapter>
     <chapter>
-      <title>Drools Extensions</title>
+      <title>Creating POJOs</title>
+      <section>
+        <title>Defining classloaders</title>
+      </section>
+      <section>
+        <title>Using constructors</title>
+      </section>
+      <section>
+        <title>Using factory methods</title>
+      </section>
+      <section>
+        <title>Using JavaBean XML</title>
+      </section>
+      <section>
+        <title>Using Spring XML</title>
+      </section>
     </chapter>
     <chapter>
-      <title>jBPM Extensions</title>
+      <title>Injecting properties</title>
+      <section>
+        <title>Defining values</title>
+        <para>Defining collections</para>
+      </section>
+      <section>
+        <title>Calling methods</title>
+        <para>Value-factory</para>
+      </section>
+      <section>
+        <title>Using bean references</title>
+      </section>
+      <section>
+        <title>Injecting context information</title>
+      </section>
+      <section>
+        <title>Auto-wiring</title>
+      </section>
     </chapter>
-  </part>
-  <part>
-    <title>Integrating the Microcontainer</title>
     <chapter>
-      <title>JBoss AS</title>
+      <title>Adding dependencies</title>
       <section>
-        <title>Bootstrapping the microcontainer</title>
+        <title>POJO dependencies</title>
       </section>
       <section>
-        <title>Java EE Deployers</title>
+        <title>Service dependencies</title>
       </section>
       <section>
-        <title>Classloading</title>
-        <para>Explain that the default classloading goes to the unified repository.</para>
+        <title>Supply and Demand</title>
       </section>
+    </chapter>
+    <chapter>
+      <title>Adding deployment behaviour</title>
       <section>
-        <title>MBean Compatibility</title>
+        <title>Deploy/Undeploy actions</title>
       </section>
       <section>
-        <title>Managing POJOs</title>
+        <title>Service Lifecycle</title>
       </section>
     </chapter>
+    <chapter>
+      <title>Miscellaneous</title>
+      <section>
+        <title>Defining annotations in XML</title>
+      </section>
+      <section>
+        <title>Giving beans more than one name</title>
+      </section>
+    </chapter>
   </part>
+  <part>
+    <title>AOP Development</title>
+    <chapter>
+      <title>Introduction</title>
+    </chapter>
+    <chapter>
+      <title>Configuration</title>
+    </chapter>
+    <chapter>
+      <title>Using Aspects</title>
+    </chapter>
+    <chapter>
+      <title>Using Lifecycle Callbacks</title>
+    </chapter>
+    <chapter>
+      <title>AOP Dependencies</title>
+    </chapter>
+  </part>
+  <part>
+    <title>Extending the Microcontainer</title>
+    <chapter>
+      <title>Introduction</title>
+    </chapter>
+    <chapter>
+      <title>Guice Extensions </title>
+    </chapter>
+    <chapter>
+      <title>OSGi Extensions</title>
+    </chapter>
+    <chapter>
+      <title>Drools Extensions</title>
+    </chapter>
+    <chapter>
+      <title>jBPM Extensions</title>
+    </chapter>
+  </part>
   <appendix>
     <title>Additional Resources</title>
     <section>




More information about the jboss-cvs-commits mailing list