You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2002/12/29 12:45:45 UTC

cvs commit: jakarta-struts/doc/userGuide release-notes.xml project.xml preface.xml introduction.xml installation.xml index.xml configuration.xml building_view.xml building_model.xml building_controller.xml

husted      2002/12/29 03:45:45

  Modified:    doc/userGuide release-notes.xml project.xml preface.xml
                        introduction.xml installation.xml index.xml
                        configuration.xml building_view.xml
                        building_model.xml building_controller.xml
  Log:
  Move Building Apps from UserGuide to HowTo.
  Add Quick Links to project menu.
  Conform "next" link through chapters.
  
  Revision  Changes    Path
  1.16      +7 -2      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- release-notes.xml	24 Dec 2002 01:50:08 -0000	1.15
  +++ release-notes.xml	29 Dec 2002 11:45:44 -0000	1.16
  @@ -11,7 +11,7 @@
   
     <body>
   
  -  <chapter name="6.1 Release Notes" href="release_notoes">
  +  <chapter name="6.1 Release Notes" href="release_notes">
     <section name="Beta Notes" href="beta">
   
       <p>This section contains the release notes for
  @@ -588,9 +588,14 @@
         </li>
       </ul>
   
  -    <p>Next: <a href="installation.html">Installation</a></p>
  +</section>
   
  +<section>
  +    <p align="right">
  +    Next: <a href="installation.html">Installation</a>
  +    </p>
   </section>
  +
   </chapter>
       </body>
   
  
  
  
  1.20      +67 -28    jakarta-struts/doc/userGuide/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	27 Dec 2002 11:25:58 -0000	1.19
  +++ project.xml	29 Dec 2002 11:45:44 -0000	1.20
  @@ -6,39 +6,78 @@
       <title>Getting Started</title>
   
       <menu name="User Guide">
  -      <item name="Table of Contents"     href="index.html"/>
  -      <item name="Preface"               href="preface.html"/>
  -      <item name="Introduction"          href="introduction.html"/>
  -      <item name="Model Components"      href="building_model.html"/>
  -      <item name="View Components"       href="building_view.html"/>
  -      <item name="Controller Components" href="building_controller.html"/>
  -      <item name="Applications"          href="building_apps.html"/>
  -      <item name="Release Notes"         href="release-notes.html"/>
  -      <item name="Installation"          href="installation.html"/>
  -      <item name="Configuration"         href="configuration.html"/>
  +      <item 
  +        name="Table of Contents"     
  +        href="index.html"/>
  +      <item 
  +        name="Preface"               
  +        href="preface.html"/>
  +      <item 
  +        name="Introduction"          
  +        href="introduction.html"/>
  +      <item 
  +        name="Model Components"      
  +        href="building_model.html"/>
  +      <item 
  +        name="View Components"       
  +        href="building_view.html"/>
  +      <item 
  +        name="Controller Components" 
  +        href="building_controller.html"/>
  +      <item 
  +        name="Configuration"         
  +        href="configuration.html"/>
  +      <item 
  +        name="Release Notes"         
  +        href="release-notes.html"/>
  +      <item 
  +        name="Installation"          
  +        href="installation.html"/>
       </menu>
   
       <menu name="Developer Guides">
  -        <item name="Bean Tags"
  -              href="dev_bean.html"/>
  -        <item name="HTML Tags"
  -              href="dev_html.html"/>
  -        <item name="Logic Tags"
  -              href="dev_logic.html"/>
  -        <item name="Nested Tags"
  -              href="dev_nested.html"/>
  -        <item name="Template Tags"
  -              href="dev_template.html"/>
  -        <item name="Tiles Tags"
  -              href="dev_tiles.html"/>
  -        <item name="Utilities"
  -              href="dev_util.html"/>
  -        <item name="Validator"
  -              href="dev_validator.html"/>
  +        <item 
  +            name="Bean Tags"
  +            href="dev_bean.html"/>
  +        <item 
  +            name="HTML Tags"
  +            href="dev_html.html"/>
  +        <item 
  +            name="Logic Tags"
  +            href="dev_logic.html"/>
  +        <item 
  +            name="Nested Tags"
  +            href="dev_nested.html"/>
  +        <item 
  +            name="Template Tags"
  +            href="dev_template.html"/>
  +        <item 
  +            name="Tiles Tags"
  +            href="dev_tiles.html"/>
  +        <item 
  +            name="Utilities"
  +            href="dev_util.html"/>
  +        <item 
  +            name="Validator"
  +            href="dev_validator.html"/>
       </menu>
   
  -    <menu name="Struts">
  -        <item name="Welcome"                 href="../index.html"/>
  +    <menu name="Quick Links">
  +        <item 
  +            name="Welcome"                 
  +            href="../index.html"/>
  +        <item 
  +            name="News and Status"         
  +            href="../news/index.html"/>
  +        <item 
  +            name="Resources"         
  +            href="../resources/index.html"/>
  +        <item 
  +            name="User and Developer Guides *" 
  +            href="index.html"/>
  +        <item 
  +            name="FAQs and HowTos"         
  +            href="../faqs/index.html"/>
       </menu>
   
   </project>
  
  
  
  1.17      +8 -5      jakarta-struts/doc/userGuide/preface.xml
  
  Index: preface.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/preface.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- preface.xml	24 Dec 2002 01:50:07 -0000	1.16
  +++ preface.xml	29 Dec 2002 11:45:44 -0000	1.17
  @@ -810,11 +810,14 @@
       Web Application Security</a> chapter of the
       <a href="http://java.sun.com/webservices/docs/1.0/tutorial/index.html">Web Services Tutorial</a>.</p>
   
  -    <p align="center">
  +</section>
  +
  +<section>
  +    <p align="right">
       Next: <a href="introduction.html">Introduction</a>
       </p>
  +</section>
   
  -    </section>
  -
  -    </chapter>
  - </body></document>
  +</chapter>
  +</body>
  +</document>
  
  
  
  1.15      +9 -7      jakarta-struts/doc/userGuide/introduction.xml
  
  Index: introduction.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/introduction.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- introduction.xml	24 Dec 2002 01:50:07 -0000	1.14
  +++ introduction.xml	29 Dec 2002 11:45:44 -0000	1.15
  @@ -419,12 +419,14 @@
             <a href="http://www.apache.org/LICENSE-1.1">ASF license</a> for specifics. 
            </p>
             
  -      <p align="center">
  -        Next: <a href="building_model.html">Building Model Components</a>
  -      </p>
  -     
  -    </section>
  +</section>
  +
  +<section>
  +    <p align="right">
  +    Next: <a href="building_model.html">Building Model Components</a>
  +    </p>
  +</section>
         
  -    </chapter>
  -    </body>
  +</chapter>
  +</body>
   </document>
  
  
  
  1.22      +2 -2      jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- installation.xml	24 Dec 2002 01:50:07 -0000	1.21
  +++ installation.xml	29 Dec 2002 11:45:44 -0000	1.22
  @@ -412,8 +412,8 @@
     </section>
   
   <section>
  -    <p>
  -    Next: <a href="configuration.html">Configuring Applications</a>
  +    <p align="right">
  +    Next: <a href="../faqs/index.html">FAQs and HowTos</a>
       </p>
   </section>
   
  
  
  
  1.26      +27 -33    jakarta-struts/doc/userGuide/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/index.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- index.xml	28 Dec 2002 22:28:27 -0000	1.25
  +++ index.xml	29 Dec 2002 11:45:44 -0000	1.26
  @@ -125,12 +125,33 @@
                   <li><a href="building_controller.html#logging">4.10 Using The Commons Logging Interface</a></li>                
                   </ul></li>
   
  -             <li><a href="building_apps.html">5. Building Applications</a>
  +             <li>5. Configuring Applications</li>
  +                <ul>
  +                <li><a href="configuration.html#config-overview">5.1 Overview</a></li>
  +                <li><a href="configuration.html#config">5.2 The Struts Configuration File</a>
  +                    <ul>
  +                    <li><a href="configuration.html#plugin_config">5.2.1 Controller Configuration</a></li>
  +                    <li><a href="configuration.html#resources_config">5.2.2 Message Resources Configuration</a></li>
  +                    <li><a href="configuration.html#PlugIn_config">5.2.3 PlugIn Configuration</a></li>
  +                    <li><a href="configuration.html#data-source_config">5.2.4 Data Source Configuration</a></li>
  +                    <li><a href="configuration.html#dd_config_modules">5.3 Configuring your application for modules</a></li>
  +                    <li><a href="configuration.html#module_config-switching">5.3.3 Switching Modules</a></li>
  +                    <li><a href="configuration.html#dd_config">5.4 The Web Application Deployment Descriptor</a></li>
  +                    <li><a href="configuration.html#config_add">5.5 Add Struts Components To Your Application</a></li>
  +                    </ul>
  +                </li>
  +                <li>
  +                    <a href="configuration.html#dd_config">5.3 The Web Application Deployment Descriptor</a>
                       <ul>
  -                    <li><a href="building_apps.html#caveats">5.1 Caveats</a></li>
  -                    <li><a href="building_apps.html#overview">5.2 Overview</a></li>
  -                    <li><a href="building_apps.html#details">5.3 Details</a></li>
  -                    </ul></li>
  +                    <li><a href="configuration.html#dd_config_servlet">5.3.1 Configure the Action Servlet Instance</a></li>
  +                    <li><a href="configuration.html#dd_config_mapping">5.3.2 Configure the Action Servlet Mapping</a></li>
  +                    <li><a href="configuration.html#dd_config_taglib">5.3.3 Configure the Struts Tag Library</a></li>
  +                    <li><a href="configuration.html#dd_config_taglib">5.3.3.1 Configure the Struts Tag Library (Servlet 2.3)</a></li>
  +                    </ul>
  +                </li>
  +                <li><a href="configuration.html#config_add">5.4 Add Struts Components To Your Application</a></li>
  +                </ul>             
  +
                <li>6. Getting Started</li>
                   <ul>
                   <li><a href="release-notes.html">6.1 Release Notes</a></li>
  @@ -159,34 +180,7 @@
                   <li><a href="installation-wls5.html">Weblogic 5.1 sp8</a></li>
                   </ul>
                   </ul>
  -                
  -             <li>7. Configuring Applications</li>
  -                <ul>
  -                <li><a href="configuration.html#config-overview">7.1 Overview</a></li>
  -                <li><a href="configuration.html#config">7.2 The Struts Configuration File</a>
  -                    <ul>
  -                    <li><a href="configuration.html#plugin_config">7.2.1 Controller Configuration</a></li>
  -                    <li><a href="configuration.html#resources_config">7.2.2 Message Resources Configuration</a></li>
  -                    <li><a href="configuration.html#PlugIn_config">7.2.3 PlugIn Configuration</a></li>
  -                    <li><a href="configuration.html#data-source_config">7.2.4 Data Source Configuration</a></li>
  -                    <li><a href="configuration.html#dd_config_modules">7.3 Configuring your application for modules</a></li>
  -                    <li><a href="configuration.html#module_config-switching">7.3.3 Switching Modules</a></li>
  -                    <li><a href="configuration.html#dd_config">7.4 The Web Application Deployment Descriptor</a></li>
  -                    <li><a href="configuration.html#config_add">7.5 Add Struts Components To Your Application</a></li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <a href="configuration.html#dd_config">7.3 The Web Application Deployment Descriptor</a>
  -                    <ul>
  -                    <li><a href="configuration.html#dd_config_servlet">7.3.1 Configure the Action Servlet Instance</a></li>
  -                    <li><a href="configuration.html#dd_config_mapping">7.3.2 Configure the Action Servlet Mapping</a></li>
  -                    <li><a href="configuration.html#dd_config_taglib">7.3.3 Configure the Struts Tag Library</a></li>
  -                    <li><a href="configuration.html#dd_config_taglib">7.3.3.1 Configure the Struts Tag Library (Servlet 2.3)</a></li>
  -                    </ul>
  -                </li>
  -                <li><a href="configuration.html#config_add">7.4 Add Struts Components To Your Application</a></li>
  -                </ul>             
  -                
  +                                
           </ul>
   
         </section>
  
  
  
  1.10      +26 -19    jakarta-struts/doc/userGuide/configuration.xml
  
  Index: configuration.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/configuration.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- configuration.xml	29 Dec 2002 01:19:48 -0000	1.9
  +++ configuration.xml	29 Dec 2002 11:45:44 -0000	1.10
  @@ -16,9 +16,9 @@
   </properties>
   
   <body>
  -<chapter name="7. Configuring Applications" href="config_apps">
  +<chapter name="5. Configuring Applications" href="config_apps">
   
  -<section name="7.1 Overview" href="config-overview">
  +<section name="5.1 Overview" href="config-overview">
   
       <p>
       Before you can build an application, you need to lay a solid foundation.
  @@ -30,7 +30,7 @@
   
    </section>
   
  - <section name="7.2 The Struts configuration file"  href="struts-config">
  + <section name="5.2 The Struts configuration file"  href="struts-config">
   
       <p>
       The <a href="building_controller.html#config">Building Controller
  @@ -68,7 +68,7 @@
   
    </section>
   
  - <section name="7.2.1 Controller Configuration" href="controller_config">
  + <section name="5.2.1 Controller Configuration" href="controller_config">
   
       <p>
       The <code>&lt;controller&gt;</code> element allows you to configure
  @@ -243,7 +243,7 @@
   
   </section>
   
  -<section name="7.2.2 Message Resources Configuration" href="resources_config">
  +<section name="5.2.2 Message Resources Configuration" href="resources_config">
   
       <p>
       Struts has built in support for internationalization (I18N).
  @@ -303,7 +303,7 @@
   
   </section>
   
  -<section name="7.2.3 PlugIn Configuration" href="plugin_config">
  +<section name="5.2.3 PlugIn Configuration" href="plugin_config">
      
       <p>
       Struts PlugIns are configured using the <code>&lt;plug-in&gt;</code>
  @@ -332,7 +332,7 @@
   
   </section>
   
  -<section name="7.2.4 Data Source Configuration" href="data-source_config">
  +<section name="5.2.4 Data Source Configuration" href="data-source_config">
   
       <p>
       Besides the objects related to defining ActionMappings, the Struts
  @@ -411,7 +411,7 @@
   </section>
   
   <section 
  -    name="7.3 Configuring your application for modules" 
  +    name="5.3 Configuring your application for modules" 
       href="dd_config_modules">
   
       <p>
  @@ -438,7 +438,7 @@
   
   </section>
   
  -<section name="7.3.1 Module Configuration Files" href="module_config-files">
  +<section name="5.3.1 Module Configuration Files" href="module_config-files">
   
       <p>
       Back in Struts 1.0, a few "boot-strap" options were placed in the web.xml 
  @@ -465,7 +465,7 @@
   </section>
   
   <section 
  -    name="7.3.2 Informing the Controller" 
  +    name="5.3.2 Informing the Controller" 
       href="module_config-inform_conroller">
   
       <p>
  @@ -514,7 +514,7 @@
   </section>
   
   
  -<section name="7.3.3 Switching Modules" href="module_config-switching">
  +<section name="5.3.3 Switching Modules" href="module_config-switching">
   
       <p>
       There are two basic methods to switching from one module to another.
  @@ -595,7 +595,7 @@
   
   </section>
   
  -<section name="7.4 The Web Application Deployment Descriptor" href="dd_config">
  +<section name="5.4 The Web Application Deployment Descriptor" href="dd_config">
   
       <p>
       The final step in setting up the application is to configure the
  @@ -609,7 +609,7 @@
   </section>
   
   <section 
  -    name="7.4.1 Configure the Action Servlet Instance" 
  +    name="5.4.1 Configure the Action Servlet Instance" 
       href="dd_config_servlet">
   
       <p>
  @@ -891,7 +891,7 @@
   </section>
   
   <section 
  -    name="7.4.2 Configure the Action Servlet Mapping" 
  +    name="5.4.2 Configure the Action Servlet Mapping" 
       href="dd_config_mapping">
   
       <p>
  @@ -976,7 +976,7 @@
   </section>
   
   <section 
  -    name="7.4.3 Configure the Struts Tag Library" 
  +    name="5.4.3 Configure the Struts Tag Library" 
       href="dd_config_taglib">
   
           <p>
  @@ -1074,7 +1074,7 @@
   </section>
   
   <section 
  -    name="7.4.3.1 Configure the Struts Tag Library (Servlet 2.3)" 
  +    name="5.4.3.1 Configure the Struts Tag Library (Servlet 2.3)" 
       href="dd_config_taglib_23">
   
       <p>
  @@ -1107,7 +1107,7 @@
   </section>
   
   <section 
  -    name="7.5 Add Struts Components To Your Application" 
  +    name="5.5 Add Struts Components To Your Application" 
       href="config_add">
   
       <p>
  @@ -1119,16 +1119,23 @@
   
       <p>
       <b>Servlet 2.3 Users:</b> See
  -    <a href="#dd_config_taglib_23">section 4.7.3.1</a>
  +    <a href="#dd_config_taglib_23">section 4.5.3.1</a>
       for how to avoid copying the tlds into your application.
       </p>
   
   </section>
   
   <section>
  +
       <p>
  -    Next: <a href="../faqs/index.html">FAQs and Howtos</a>
  +    For more about putting it all together, see the <a href="../faqs/apps.html">
  +    Building Applications HowTo</a>.
  +    </p>
  +
  +    <p align="right">
  +    Next: <a href="./release-notes.html">Release Notes</a>
       </p>
  +
   </section>
   
     </chapter>
  
  
  
  1.26      +5 -2      jakarta-struts/doc/userGuide/building_view.xml
  
  Index: building_view.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_view.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- building_view.xml	28 Dec 2002 22:28:27 -0000	1.25
  +++ building_view.xml	29 Dec 2002 11:45:45 -0000	1.26
  @@ -882,11 +882,14 @@
       fill their needs.
       </p>
   
  -    <p align="center">
  +</section>
  +
  +<section>
  +    <p align="right">
       Next: <a href="building_controller.html">Building Controller 
       Components</a>
       </p>
  -    </section>
  +</section>
   
   </chapter>
   </body>
  
  
  
  1.17      +4 -2      jakarta-struts/doc/userGuide/building_model.xml
  
  Index: building_model.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_model.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- building_model.xml	29 Dec 2002 01:19:48 -0000	1.16
  +++ building_model.xml	29 Dec 2002 11:45:45 -0000	1.17
  @@ -270,10 +270,12 @@
       <a href="../faqs/database.html">Accessing a Database HowTo</a>.
       </p>
   
  -    <p align="center">
  +</section>
  +
  +<section>
  +    <p align="right">
       Next: <a href="building_view.html">Building View Components</a>
       </p>
  -
   </section>
   
   </chapter>
  
  
  
  1.51      +2 -2      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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- building_controller.xml	22 Dec 2002 06:10:05 -0000	1.50
  +++ building_controller.xml	29 Dec 2002 11:45:45 -0000	1.51
  @@ -1355,8 +1355,8 @@
   </section>
   
   <section>
  -    <p>
  -    Next: <a href="building_apps.html">Building Applications</a>
  +    <p align="right">
  +    Next: <a href="./configuration.html">Configuring Applications</a>
       </p>
   </section>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>