[jboss-cvs] JBossAS SVN: r64164 - projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 20 10:25:59 EDT 2007


Author: alesj
Date: 2007-07-20 10:25:59 -0400 (Fri, 20 Jul 2007)
New Revision: 64164

Modified:
   projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/basics.xml
Log:
TODO - for new features.

Modified: projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/basics.xml
===================================================================
--- projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/basics.xml	2007-07-20 13:28:08 UTC (rev 64163)
+++ projects/microcontainer/trunk/docs/gettingstarted/src/docbkx/en/modules/basics.xml	2007-07-20 14:25:59 UTC (rev 64164)
@@ -430,7 +430,8 @@
 
       <para>Sometimes it is still usefull to be able to set or inject a value which can be morfed / progressed into
          needed type althogh existing type is not compatible (normally getting ClassCastException). This is mostly true
-         for java.lang.Number subclasses. Let's see how <varname>progression</varname> is used on the following example.
+         for java.lang.Number subclasses. Let's see how <varname>progression</varname> is used on the following example
+         (here we use &lt;inject>, which is actually explained in the next chapter).
       </para>
 
       <programlisting>
@@ -584,6 +585,14 @@
    </section>
 
    <section>
+      <title>Value Factory</title>
+
+      <para>TODO - ValueFactory.
+      </para>
+
+   </section>
+
+   <section>
       <title>Collections</title>
 
       <para>The
@@ -1320,4 +1329,12 @@
 
    </section>
 
+   <section>
+      <title>Injection from context</title>
+
+      <para>TODO - injection from context.
+      </para>
+
+   </section>
+
 </section>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list