Author: simonetripodi
Date: Wed Mar 2 21:51:39 2011
New Revision: 1076417
URL: http://svn.apache.org/viewvc?rev=1076417&view=rev
Log:
added more sections (TODO) where describing the differences of Digester and
Digester3
Modified:
commons/sandbox/digester3/trunk/src/site/xdoc/guide/dvsd3.xml
Modified: commons/sandbox/digester3/trunk/src/site/xdoc/guide/dvsd3.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/site/xdoc/guide/dvsd3.xml?rev=1076417&r1=1076416&r2=1076417&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/site/xdoc/guide/dvsd3.xml (original)
+++ commons/sandbox/digester3/trunk/src/site/xdoc/guide/dvsd3.xml Wed Mar 2
21:51:39 2011
@@ -23,7 +23,7 @@ limitations under the License.
<author email="[email protected]">Commons Documentation Team</author>
</properties>
<body>
- <section name="New Digester APIs">
+ <section name="New Digester fluent APIs">
<p>The main difference between Digester <i>1.X</i>, <i>2.X</i> and
<i>3.X</i> is that the
while the first follows the approach <i>"given a Digester instance, then
configure it"</i>,
the new Digester instead follows the opposite approach <i>"given one (or
more) configuration(s), create
@@ -136,5 +136,21 @@ limitations under the License.
the <i>DigesterLoader</i> indeed will analyze all the <i>RulesModule</i>
instances
and will be ready to create new Digester instances with pre-filled
rules.</p>
</section>
+
+ <section name="One single configuration point">
+ <p>TODO</p>
+ </section>
+
+ <section name="One single universal loader">
+ <p>TODO</p>
+ </section>
+
+ <section name="Extensions optimization">
+ <p>TODO</p>
+ </section>
+
+ <section name="Startup checks and improved error reporting">
+ <p>TODO</p>
+ </section>
</body>
</document>
\ No newline at end of file