husted      2002/07/05 08:55:49

  Modified:    doc/userGuide release-notes.xml index.xml
                        building_controller.xml
  Log:
  Routine updates.
  
  Revision  Changes    Path
  1.5       +21 -4     jakarta-struts/doc/userGuide/release-notes.xml
  
  Index: release-notes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- release-notes.xml 2 Jul 2002 15:12:07 -0000       1.4
  +++ release-notes.xml 5 Jul 2002 15:55:48 -0000       1.5
  @@ -105,23 +105,40 @@
       Struts internal versions.  In nearly every case, this involved changing
       only the <code>import</code> statements at the top of your classes.  Any
       applications that utilize these classes will need to be modified in the
  -    same way.  The following Commons packages contain the replacements for the
  +    same way.  </p>
  +    <p>The following Commons packages contain the replacements for the
       corresponding Struts 1.0 classes:</p>
       <ul>
  -    <li><strong>BeanUtils Package</strong> 
[<code>org.apache.commons.beanutils</code>] -
  +    <li><strong>BeanUtils Package</strong> 
  +        [<a 
href="http://jakarta.apache.org/commons/beanutils.html";><code>org.apache.commons.beanutils</code></a>]
 -
           <code>org.apache.struts.utils.BeanUtils</code>,
           <code>org.apache.struts.utils.ConvertUtils</code>, and
           <code>org.apache.struts.utils.PropertyUtils</code>.</li>
       <li><strong>Collections Package</strong>
  -        [<code>org.apache.commons.collections</code>]  -
  +        [<a 
href="http://jakarta.apache.org/commons/collections.html";><code>org.apache.commons.collections</code></a>]
  -
           <code>org.apache.struts.util.ArrayStack</code>,
           <code>org.apache.struts.util.FastArrayList</code>,
           <code>org.apache.struts.util.FastHashMap</code>,
           <code>org.apache.struts.util.FastTreeMap</code>.</li>
       <li><strong>Digester Package</strong> -
  -        [<code>org.apache.commons.digester</code>] -
  +        [<a 
href="http://jakarta.apache.org/commons/digester.html";><code>org.apache.commons.digester</code></a>]
 -
           <code>org.apache.struts.digester.*</code>.</li>
       </ul>
  +    <p>The following Commons packages are also now used by various components 
  +    of the Struts framework:</p>
  +    <ul>
  +    <li><strong>Database Connection Pool Package</strong> 
  +    [<a 
href="http://jakarta.apache.org/commons/dbcp.html";><code>org.apache.commons.dbpc</code></a>]</li>
  +    <li><strong>Logging Package</strong> 
  +    [<a 
href="http://jakarta.apache.org/commons/logging.html";><code>org.apache.commons.logging</code></a>]</li>
  +    <li><strong>Pool Package</strong> 
  +    [<a 
href="http://jakarta.apache.org/commons/pool/index.html";><code>org.apache.commons.pool</code></a>]</li>
  +    <li><strong>Services Package</strong> 
  +    [<a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/services/";><code>org.apache.commons.services</code></a>]</li>
  +    <li><strong>Validator Package</strong> 
  +    [<a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/validator/";><code>org.apache.commons.validator</code></a>]</li>
  +    </ul>
  +
   
       <p><strong>NOTE! XML Parser Prerequisite Updated</strong></p>
   
  
  
  
  1.12      +12 -6     jakarta-struts/doc/userGuide/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/index.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.xml 29 Jun 2002 14:40:27 -0000      1.11
  +++ index.xml 5 Jul 2002 15:55:48 -0000       1.12
  @@ -80,15 +80,21 @@
                   <li><a href="building_controller.html#request_controller">4.4.1 
Request Processor</a></li>
                   <li><a href="building_controller.html#exception_handler">4.4.2 
Exception Handler</a></li>
                   <li><a href="building_controller.html#actionmapping">4.5 The 
ActionMapping Implementation</a></li>
  -                <li><a href="building_controller.html#config">4.4 The Struts 
Configuration File</a></li>
  -                <li><a href="building_controller.html#dd_config">4.5 The Web 
Application Deployment Descriptor</a>
  +                <li><a href="building_controller.html#config">4.6 The Struts 
Configuration File</a>
                       <ul>
  -                    <li><a href="building_controller.html#dd_config_servlet">4.5.1 
Configure the Action Servlet Instance</a></li>
  -                    <li><a href="building_controller.html#dd_config_mapping">4.5.2 
Configure the Action Servlet Mapping</a></li>
  -                    <li><a href="building_controller.html#dd_config_taglib">4.5.3 
Configure the Struts Tag Library</a></li>
  -                    <li><a href="building_controller.html#config_add">4.6 Add 
Struts Components To Your Application</a></li>
  +                    <li><a 
href="building_controller.html#action_mapping_example">4.6.1</a>ActionMapping 
Example</li>
  +                    <li><a 
href="building_controller.html#other_config">4.6.2</a>Other Configuration Objects</li>
  +                    <li><a href="building_controller.html#module_config">4.6.3 
Configuring your application for modules (sub-applications)</a></li>
  +                    </ul></li>
  +                <li><a href="building_controller.html#dd_config">4.7 The Web 
Application Deployment Descriptor</a>
  +                    <ul>
  +                    <li><a href="building_controller.html#dd_config_servlet">4.7.1 
Configure the Action Servlet Instance</a></li>
  +                    <li><a href="building_controller.html#dd_config_mapping">4.7.2 
Configure the Action Servlet Mapping</a></li>
  +                    <li><a href="building_controller.html#dd_config_taglib">4.7.3 
Configure the Struts Tag Library</a></li>
                       </ul></li>
                   </ul></li>
  +                <li><a href="building_controller.html#config_add">4.8 Add Struts 
Components To Your Application</a></li>
  +                <li><a href="building_controller.html#logging">4.9 Using The 
Commons Logging Interface</a></li>
                <li>5. Getting Started</li>
                   <ul>
                   <li><a href="release-notes.html">Release Notes</a></li>
  
  
  
  1.21      +31 -1     jakarta-struts/doc/userGuide/building_controller.xml
  
  Index: building_controller.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- building_controller.xml   29 Jun 2002 14:40:27 -0000      1.20
  +++ building_controller.xml   5 Jul 2002 15:55:49 -0000       1.21
  @@ -338,6 +338,22 @@
                   <b>name</b>: The name of your &lt;form-bean&gt; element to use with 
this action
                 </li>
               </ul>
  +
  +            <p>Other often-used attributes include:</p>
  +
  +            <ul>
  +              <li>
  +                <b>parameter</b>: A general-purpose attribute often used by 
"standard" Actions to pass a required property.
  +              </li>
  +              <li>
  +                <b>roles</b>: A comma-delimited list of the user security roles 
that can access this mapping.
  +              </li>
  +            </ul>
  +
  +            <p>For a complete description of the elements that can be used with the 
action element, see the 
  +            <a 
href="http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>Struts 
Configuration DTD</a> and the 
  +            <a 
href="../api/org/apache/struts/action/ActionMapping.html">ActionMapping 
documentation</a>.</p>
  +
             </blockquote>
           
         </p>
  @@ -473,6 +489,13 @@
   
       </section>
   
  +      <section name="4.6.3 Configuring your application for modules 
(sub-applications)" href="module_config">
  +
  +      <p>
  +        [:TODO:]
  +      </p>
  +    </section>
  +
       <section name="4.7 The Web Application Deployment Descriptor" href="dd_config">
         
         <p>
  @@ -761,7 +784,7 @@
           </p>
         </section>
         
  -      <section name="4.7.4 Add Struts Components To Your Application" 
href="config_add">
  +      <section name="4.8 Add Struts Components To Your Application" 
href="config_add">
           
           <p>
            To use Struts, you must copy the .tld files that you require into
  @@ -769,6 +792,13 @@
            (and all of the <code>commons-*.jar</code> files) into your
            <code>WEB-INF/lib</code> directory.
           </p>
  +
  +      </section>
  +      
  +      <section name="4.9 Commons Logging Interface" href="logging">
  +      <p>
  +        [:TODO:]
  +      </p>
   
         <p>
         Next: <a href="release-notes.html">Release Notes</a>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to