Author: husted
Date: Thu Sep 15 05:38:31 2005
New Revision: 289225
URL: http://svn.apache.org/viewcvs?rev=289225&view=rev
Log:
A few more tweaks. Sorting out the "building views" between Core and Taglib is
next.
Modified:
struts/core/trunk/xdocs/userGuide/building_model.xml
struts/core/trunk/xdocs/userGuide/building_view.xml
struts/core/trunk/xdocs/userGuide/preface.xml
Modified: struts/core/trunk/xdocs/userGuide/building_model.xml
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/building_model.xml?rev=289225&r1=289224&r2=289225&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/building_model.xml (original)
+++ struts/core/trunk/xdocs/userGuide/building_model.xml Thu Sep 15 05:38:31
2005
@@ -165,11 +165,11 @@
<p>
For more about coding <code>Actions</code> and <code>ActionForm</code>
beans, see the "<a href="building_controller.html">Building
- Controller Components</a>" chapter.
+ Controller Components</a>" section.
</p>
<p>
- You should note that a "form", in the sense discussed here, does not
+ You should note that a "form" (in the sense discussed here) does not
necessarily correspond to a single JSP page in the user interface.
It is common in many applications to have a "form" (from the user's
perspective) that extends over multiple pages.
@@ -281,7 +281,7 @@
<ul>
<li>
<a href="http://jakarta.apache.org/commons/chain/">
- Commons Chain</a>
+ Commons Chain of Responsiblity</a>
</li>
<li>
<a href="http://springframework.org/">Spring</a>
@@ -291,6 +291,11 @@
</li>
</ul>
+ <p>
+ As of Struts 1.3, Commons Chain is used to construct the default
+ Request Processor for Struts Core.
+ See the "<a href="preface.html#chain">Preface</a>" section for more.
+ </p>
</subsection>
<a name="data_frameworks"/>
Modified: struts/core/trunk/xdocs/userGuide/building_view.xml
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/building_view.xml?rev=289225&r1=289224&r2=289225&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/building_view.xml (original)
+++ struts/core/trunk/xdocs/userGuide/building_view.xml Thu Sep 15 05:38:31 2005
@@ -879,18 +879,37 @@
</p>
<p>
- For more see, <a href="../faqs/struts-el.html">Struts-El Extension</a> in
the FAQ/HOWTO section.
+ For more see, <a href="../faqs/struts-el.html">Struts-El Extension</a>
+ in the FAQ/HOWTO section.
</p>
</subsection>
<subsection>
+ Some popular presentation layer frameworks include:
+ <ul>
+ <li>
+ <a href="http://struts.apache.org/struts-taglib/">
+ JSP Custom Tags</a>
+ </li>
+ <li>
+ <a href="http://jakarta.apache.org/velocity/tools/struts/">
+ Velocity Struts</a>
+ </li>
+ <li>
+ <a href="http://stxx.sourceforge.net/">Stxx for XLST</a>
+ </li>
+ </ul>
+</subsection>
+
+</section>
+
+<section>
<p class="right">
Next: <a href="building_controller.html">Building Controller
Components</a>
</p>
-</subsection>
-
</section>
+
</body>
</document>
Modified: struts/core/trunk/xdocs/userGuide/preface.xml
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/preface.xml?rev=289225&r1=289224&r2=289225&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/preface.xml (original)
+++ struts/core/trunk/xdocs/userGuide/preface.xml Thu Sep 15 05:38:31 2005
@@ -167,7 +167,8 @@
Most importantly, we can adjust the Chain without changing
how callers invoke the Chain.
As of Struts Core 1.3,
- the Request Processor, which acts as the framework's "kernel",
+ the default Request Processor,
+ which acts as the framework's "kernal",
is a Chain of Responsiblity.
</p>
@@ -923,12 +924,14 @@
<p>
For more about creating business and data access layers,
- see the "Building Model Components section".
+ see the "<a href="building_model.html">Building Model Components</a>"
+ section.
</p>
<p>
For more about creating the presentation layer,
- see the "Building View Components section".
+ see the "<a href="building_model.html">Building View Components</a>"
+ section.
</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]