husted      2003/09/04 09:03:43

  Modified:    contrib/scaffold/src/java/org/apache/struts/scaffold
                        RecreateSessionAction.java
               doc      learning.xml
               doc/news index.xml
               src/example/org/apache/struts/webapp/example
                        EditRegistrationAction.java
                        EditSubscriptionAction.java LogoffAction.java
                        LogonAction.java RegistrationForm.java
                        SaveRegistrationAction.java
                        SaveSubscriptionAction.java SubscriptionForm.java
                        UserDatabase.java
               src/example/org/apache/struts/webapp/example/memory
                        MemoryUserDatabase.java
  Log:
  Minor JavaDoc fixes to MailReader example.
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/RecreateSessionAction.java
  
  Index: RecreateSessionAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold/RecreateSessionAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RecreateSessionAction.java        9 Oct 2002 21:59:03 -0000       1.1
  +++ RecreateSessionAction.java        4 Sep 2003 16:03:41 -0000       1.2
  @@ -29,7 +29,7 @@
        * Creates a new session, perserving any prior Locale attribute.
        *
        * @param mapping The ActionMapping used to select this instance
  -     * @param actionForm The optional ActionForm bean for this request
  +     * @param form The optional ActionForm bean for this request
        * @param request The HTTP request we are processing
        * @param response The response we are creating
        * @todo Add support for multiple attributes
  
  
  
  1.14      +2 -2      jakarta-struts/doc/learning.xml
  
  Index: learning.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/learning.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- learning.xml      2 Sep 2003 23:44:08 -0000       1.13
  +++ learning.xml      4 Sep 2003 16:03:42 -0000       1.14
  @@ -112,7 +112,7 @@
       </p>
   
       <p>
  -        The <a 
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages%20";>Struts 
Wiki</a> is a
  +        The <a 
href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages%20";><b>Struts 
Wiki</b></a> is a
           relatively new addition to the Struts documentation.
           All members of the Struts Community are invited to post comments to the 
Wiki, as well as the User List.
           The Wiki is best suited for threads that you think are of lasting 
importance, while the mailing lists are best
  @@ -156,7 +156,7 @@
           <li>
               Documentation - The Struts documentation bundle, as seen on the 
website.</li>
           <li>
  -            <b>MailReader</b> - The original Struts example application. Try me 
first.</li>
  +            <b>MailReader</b> - The original Struts example application. <i>Try me 
first!</i></li>
           <li>
               Tiles-Doc - Extensive demonstration of Tiles extension.</li>
           <li>
  
  
  
  1.29      +24 -1     jakarta-struts/doc/news/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/news/index.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- index.xml 30 Aug 2003 02:45:34 -0000      1.28
  +++ index.xml 4 Sep 2003 16:03:42 -0000       1.29
  @@ -65,7 +65,7 @@
   <hr size="1" noshade=""/>
   -->
   
  -        <h3><a name=""></a>29 Aug 2003 - Core J2EE Patterns -- Expanded and Updated 
in Second Edition</h3>
  +        <h3><a name="20030829"></a>29 Aug 2003 - Core J2EE Patterns -- Expanded and 
Updated in Second Edition</h3>
           <p>
               From the Back Cover:
           </p>
  @@ -131,6 +131,29 @@
               Subsequent votes may reclassify the release, either to promote it or to 
demote it, as need be.
           </p>
           <hr size="1" noshade=""/>
  +
  +        <h3><a name="20030828"></a> - ASF Protest Euopean Software Patentability 
Rule Changes</h3>
  +        <p>
  +            On September 1st the European Commission is going to vote a revised 
version of the European Patentability
  +            rules.
  +            The proposed revision contains a set of serious challenges to Open 
Source development since regulation
  +            regarding software patents will be broadly extended and might forbid 
independent development of innovative
  +            (Open Source and not) software-based solutions.
  +        </p>
  +        <p>
  +            The European Open Source community is very concerned about the upcoming 
new regulation and has organized a
  +            demo protest for August 27, asking Open Source supporting sites to 
change their home pages to let everyone
  +            know what is going on at the European Parliament.
  +            The Apache Software Foundation supports this initiative.
  +            To show its support, a protest announcement is being displayed on all 
top-level home pages from
  +            Aug 28 through Sep 1.
  +        </p>
  +        <p>
  +            For further information please see <a 
href="http://swpat.ffii.org";>http://swpat.ffii.org</a> and
  +            <a 
href="http://petition.eurolinux.org";>http://petition.eurolinux.org</a>.
  +        </p>
  +        <hr size="1" noshade=""/>
  +
   
           <h3><a name="20030825"></a>25 Aug 2003 - Model-driven Development for 
Struts/EJB</h3>
           <p>
  
  
  
  1.14      +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/EditRegistrationAction.java
  
  Index: EditRegistrationAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditRegistrationAction.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- EditRegistrationAction.java       16 Aug 2003 18:29:09 -0000      1.13
  +++ EditRegistrationAction.java       4 Sep 2003 16:03:42 -0000       1.14
  @@ -103,7 +103,7 @@
        * already been completed.
        *
        * @param mapping The ActionMapping used to select this instance
  -     * @param actionForm The optional ActionForm bean for this request (if any)
  +     * @param form The optional ActionForm bean for this request (if any)
        * @param request The HTTP request we are processing
        * @param response The HTTP response we are creating
        *
  
  
  
  1.14      +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/EditSubscriptionAction.java
  
  Index: EditSubscriptionAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/EditSubscriptionAction.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- EditSubscriptionAction.java       16 Aug 2003 18:29:09 -0000      1.13
  +++ EditSubscriptionAction.java       4 Sep 2003 16:03:42 -0000       1.14
  @@ -102,7 +102,7 @@
        * already been completed.
        *
        * @param mapping The ActionMapping used to select this instance
  -     * @param actionForm The optional ActionForm bean for this request (if any)
  +     * @param form The optional ActionForm bean for this request (if any)
        * @param request The HTTP request we are processing
        * @param response The HTTP response we are creating
        *
  
  
  
  1.9       +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java
  
  Index: LogoffAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogoffAction.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LogoffAction.java 16 Aug 2003 18:29:09 -0000      1.8
  +++ LogoffAction.java 4 Sep 2003 16:03:42 -0000       1.9
  @@ -98,7 +98,7 @@
        * already been completed.
        *
        * @param mapping The ActionMapping used to select this instance
  -     * @param actionForm The optional ActionForm bean for this request (if any)
  +     * @param form The optional ActionForm bean for this request (if any)
        * @param request The HTTP request we are processing
        * @param response The HTTP response we are creating
        *
  
  
  
  1.18      +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java
  
  Index: LogonAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/LogonAction.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- LogonAction.java  23 Aug 2003 17:04:46 -0000      1.17
  +++ LogonAction.java  4 Sep 2003 16:03:42 -0000       1.18
  @@ -198,7 +198,7 @@
           }
   
           // Look up and return the specified user
  -        return ((User) database.findUser(username));
  +        return (database.findUser(username));
   
       }
   
  
  
  
  1.9       +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/RegistrationForm.java
  
  Index: RegistrationForm.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/RegistrationForm.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RegistrationForm.java     16 Aug 2003 18:29:09 -0000      1.8
  +++ RegistrationForm.java     4 Sep 2003 16:03:42 -0000       1.9
  @@ -247,7 +247,7 @@
       /**
        * Set the confirmation password.
        *
  -     * @param password The new confirmation password
  +     * @param password2 The new confirmation password
        */
       public void setPassword2(String password2) {
   
  
  
  
  1.18      +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/SaveRegistrationAction.java
  
  Index: SaveRegistrationAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveRegistrationAction.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- SaveRegistrationAction.java       23 Aug 2003 17:04:46 -0000      1.17
  +++ SaveRegistrationAction.java       4 Sep 2003 16:03:42 -0000       1.18
  @@ -106,7 +106,7 @@
        * already been completed.
        *
        * @param mapping The ActionMapping used to select this instance
  -     * @param actionForm The optional ActionForm bean for this request (if any)
  +     * @param form The optional ActionForm bean for this request (if any)
        * @param request The HTTP request we are processing
        * @param response The HTTP response we are creating
        *
  
  
  
  1.15      +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/SaveSubscriptionAction.java
  
  Index: SaveSubscriptionAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SaveSubscriptionAction.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SaveSubscriptionAction.java       16 Aug 2003 18:29:09 -0000      1.14
  +++ SaveSubscriptionAction.java       4 Sep 2003 16:03:42 -0000       1.15
  @@ -104,7 +104,7 @@
        * already been completed.
        *
        * @param mapping The ActionMapping used to select this instance
  -     * @param actionForm The optional ActionForm bean for this request (if any)
  +     * @param form The optional ActionForm bean for this request (if any)
        * @param request The HTTP request we are processing
        * @param response The HTTP response we are creating
        *
  
  
  
  1.6       +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/SubscriptionForm.java
  
  Index: SubscriptionForm.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/SubscriptionForm.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SubscriptionForm.java     16 Aug 2003 18:29:09 -0000      1.5
  +++ SubscriptionForm.java     4 Sep 2003 16:03:42 -0000       1.6
  @@ -88,7 +88,7 @@
    * @version $Revision$ $Date$
    */
   
  -public final class SubscriptionForm extends ActionForm  {
  +public final class SubscriptionForm extends ActionForm {
   
   
       // --------------------------------------------------- Instance Variables
  
  
  
  1.2       +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/UserDatabase.java
  
  Index: UserDatabase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/UserDatabase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UserDatabase.java 5 Mar 2002 04:23:57 -0000       1.1
  +++ UserDatabase.java 4 Sep 2003 16:03:42 -0000       1.2
  @@ -87,7 +87,7 @@
        *
        * @param username Username of the new user
        *
  -     * @exception IllegalArgumentExceptionif the specified username
  +     * @exception IllegalArgumentException if the specified username
        *  is not unique
        */
       public User createUser(String username);
  
  
  
  1.4       +5 -5      
jakarta-struts/src/example/org/apache/struts/webapp/example/memory/MemoryUserDatabase.java
  
  Index: MemoryUserDatabase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/memory/MemoryUserDatabase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MemoryUserDatabase.java   11 Jan 2003 03:08:23 -0000      1.3
  +++ MemoryUserDatabase.java   4 Sep 2003 16:03:43 -0000       1.4
  @@ -156,7 +156,7 @@
        *
        * @param username Username of the new user
        *
  -     * @exception IllegalArgumentExceptionif the specified username
  +     * @exception IllegalArgumentException if the specified username
        *  is not unique
        */
       public User createUser(String username) {
  
  
  

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

Reply via email to